Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing crash when reimporting AtlasTextures
The crash was caused by the reimport_files function trying to reimport the atlas file multiple times using multithreading, which caused deadlocks and hang the editor. This fix prevents files from being added to the reimport_files array if they are already present inside of it. Fixes godotengine#54817
- Loading branch information