You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Increase threshold for displaying scene group update progress
This commit is contained in:
@@ -1888,7 +1888,7 @@ void EditorFileSystem::_update_scene_groups() {
|
||||
}
|
||||
|
||||
EditorProgress *ep = nullptr;
|
||||
if (update_scene_paths.size() > 1) {
|
||||
if (update_scene_paths.size() > 20) {
|
||||
ep = memnew(EditorProgress("update_scene_groups", TTR("Update Scene Groups"), update_scene_paths.size()));
|
||||
}
|
||||
int step_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user