mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fixed bug in instance state ordering, closes #3904
(cherry picked from commit 8e1c0f287d)
This commit is contained in:
committed by
Rémi Verschelde
parent
a2d2eb9a63
commit
a2103bac7c
@@ -783,12 +783,10 @@ void EditorFileSystem::_scan_fs_changes(EditorFileSystemDirectory *p_dir,const S
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
da->list_dir_end();
|
||||
memdelete(da);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
for(int i=0;i<p_dir->files.size();i++) {
|
||||
|
||||
Reference in New Issue
Block a user