Skip to content

Commit

Permalink
Merge pull request godotengine#95533 from Hilderin/fix-filesystem-not…
Browse files Browse the repository at this point in the history
…-updated-on-file-remove

Fix FileSystem not updated on file deletion
  • Loading branch information
akien-mga authored Aug 14, 2024
2 parents f27724e + a0cc8c5 commit 33c30b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_file_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2112,8 +2112,8 @@ void EditorFileSystem::update_files(const Vector<String> &p_script_paths) {
}
if (!is_scanning()) {
_process_update_pending();
call_deferred(SNAME("emit_signal"), "filesystem_changed"); //update later
}
call_deferred(SNAME("emit_signal"), "filesystem_changed"); // Update later
}
}

Expand Down

0 comments on commit 33c30b9

Please sign in to comment.