You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
@@ -657,7 +657,7 @@ void EditorFileSystem::_scan_new_dir(EditorFileSystemDirectory *p_dir,DirAccess
|
||||
da->change_dir("..");
|
||||
}
|
||||
} else {
|
||||
ERR_PRINTS(TTR("Cannot go into subdir:")+" "+E->get());
|
||||
ERR_PRINTS("Cannot go into subdir: "+E->get());
|
||||
}
|
||||
|
||||
p_progress.update(idx,total);
|
||||
|
||||
Reference in New Issue
Block a user