Fix showcursor

This commit is contained in:
SHAM-DP 2023-03-03 16:52:43 +08:00
parent f7c33bc89a
commit 9eb40d5928
1 changed files with 2 additions and 1 deletions

View File

@ -198,6 +198,7 @@ namespace SHADE
void SHWindow::SetMouseVisible(bool show)
{
while(GetMouseVisible() != show)
ShowCursor(show);
}