diff options
-rw-r--r-- | editor/editor_file_system.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_file_system.cpp b/editor/editor_file_system.cpp index 5ed314c986..58a8329b71 100644 --- a/editor/editor_file_system.cpp +++ b/editor/editor_file_system.cpp @@ -2330,6 +2330,7 @@ void EditorFileSystem::reimport_files(const Vector<String> &p_files) { ResourceUID::get_singleton()->update_cache(); // After reimporting, update the cache. _save_filesystem_cache(); + _update_pending_script_classes(); importing = false; if (!is_scanning()) { emit_signal(SNAME("filesystem_changed")); |