Resize cursor on start

This commit is contained in:
Marco 2025-04-04 09:53:29 +02:00
commit ed4f708ae9
4 changed files with 9 additions and 2 deletions

View file

@ -123,6 +123,6 @@ public partial class OptionsMenu : MenuBase
// Scale mouse
GlobalState.Instance.ResizeCursor(4);
GlobalState.Instance.ResizeCursor();
}
}