Skip to content

Commit

Permalink
Fix progress meter
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 26, 2024
1 parent c0820f4 commit 95ef7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ Renderer::Renderer()

gui->init();

g_progress.simpleMode = true;

pointEntRenderer = new PointEntRenderer(NULL);

reloading = true;
Expand Down

0 comments on commit 95ef7ab

Please sign in to comment.