Finalize builds and scope - v1.9.0

This commit is contained in:
Michael Howard 2026-04-23 16:44:40 -05:00
parent 53e1c931ab
commit 73d289be97
3 changed files with 2 additions and 1 deletions

BIN
build-linux/MorriCraft Executable file

Binary file not shown.

Binary file not shown.

View File

@ -1193,6 +1193,7 @@ int main(void)
BeginDrawing();
ClearBackground(BLACK);
Vector2 mousePos = GetMousePosition();
if (currentState == CHECKING_UPDATES) {
updateTimer += GetFrameTime();
@ -1294,7 +1295,7 @@ int main(void)
}
}
Vector2 mousePos = GetMousePosition();
if (currentState == MAIN_MENU) {
targetZoom = 1.1f;