diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-10 00:00:41 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-10 00:00:41 +0500 |
| commit | b5140b780170bc4d6f2e6ed9a50319f9165b0a77 (patch) | |
| tree | cc0692bacd5a927ba0f705ad524b91ba347173e0 /src | |
| parent | 7f7822f1bb74d3a86da5f021b35559d4509f7e08 (diff) | |
Windows fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/scenes/sceneManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenes/sceneManager.c b/src/scenes/sceneManager.c index bb70864..8d4c4e7 100644 --- a/src/scenes/sceneManager.c +++ b/src/scenes/sceneManager.c @@ -3,7 +3,7 @@ #include <sys/types.h> Scene **sceneStack = NULL; -uint sceneStackDepth = 0; +size_t sceneStackDepth = 0; Scene *getCurrentScene() { if (sceneStackDepth == 0) return false; |
