1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

C#: Fix command line exporting

(cherry picked from commit f3f3365abd)
This commit is contained in:
RedworkDE
2023-07-07 20:51:46 +02:00
committed by Yuri Sizov
parent 42b8ae50d2
commit 3f334cb144
2 changed files with 2 additions and 1 deletions

View File

@@ -1635,6 +1635,7 @@ void EditorFileSystem::_queue_update_script_class(const String &p_path) {
}
void EditorFileSystem::update_file(const String &p_file) {
ERR_FAIL_COND(p_file.is_empty());
EditorFileSystemDirectory *fs = nullptr;
int cpos = -1;