Skip to content

Commit

Permalink
🐛 Fixed mouse auto hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMike56 committed Jan 30, 2025
1 parent bbffeda commit 7d9e9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,8 @@ int main(int argc, char *argv[])

App::GetGuiManager()->ApplyGuiCaptureKeyboard();

App::GetGuiManager()->UpdateMouseCursorVisibility();

} // End of main rendering/input loop

#ifndef _DEBUG
Expand Down

0 comments on commit 7d9e9e3

Please sign in to comment.