1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix slow editor load on large projects (v2)

This commit is contained in:
Hilderin
2024-08-16 21:55:03 -04:00
parent 2be730a05b
commit 21f7c8a25f
10 changed files with 233 additions and 127 deletions

View File

@@ -445,7 +445,6 @@ uint64_t FileAccessWindows::_get_modified_time(const String &p_file) {
}
}
print_verbose("Failed to get modified time for: " + p_file);
return 0;
}