Increase threshold for displaying scene group update progress
This commit is contained in:
parent
e25f3c0d38
commit
8f3d66eef1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue