You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
auto re-import atlas, fixes #40047
(cherry picked from commit f34f00bccc)
This commit is contained in:
committed by
Rémi Verschelde
parent
76a43c93cd
commit
130ad08d47
@@ -563,6 +563,7 @@ bool EditorFileSystem::_update_scan_actions() {
|
||||
if (_test_for_reimport(full_path, false)) {
|
||||
//must reimport
|
||||
reimports.push_back(full_path);
|
||||
reimports.append_array(_get_dependencies(full_path));
|
||||
} else {
|
||||
//must not reimport, all was good
|
||||
//update modified times, to avoid reimport
|
||||
|
||||
Reference in New Issue
Block a user