You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix slow editor load on large projects (v2)
This commit is contained in:
@@ -294,7 +294,6 @@ uint64_t FileAccessUnix::_get_modified_time(const String &p_file) {
|
||||
if (!err) {
|
||||
return status.st_mtime;
|
||||
} else {
|
||||
WARN_PRINT("Failed to get modified time for: " + p_file);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user