cursor issue
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 03:28:23 -05:00
parent 2aaf6dcf75
commit 0f855f7125
4 changed files with 12 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ namespace game
void render();
bool isRunning{true};
bool isCursorHidden{};
Canvas canvas{};