Skip to content

Commit

Permalink
hide mouse when loading terrain
Browse files Browse the repository at this point in the history
  • Loading branch information
tritonas00 committed Feb 22, 2022
1 parent ad9fb06 commit 4e720ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ int main(int argc, char *argv[])
break;

case MSG_SIM_LOAD_TERRN_REQUESTED:
App::GetGuiManager()->SetMouseCursorVisibility(GUIManager::MouseCursorVisibility::HIDDEN);
App::GetGuiManager()->GetLoadingWindow()->SetProgress(5, _L("Loading resources"));
App::GetContentManager()->LoadGameplayResources();

Expand Down

0 comments on commit 4e720ad

Please # to comment.