Finalize builds and scope - v1.9.0
This commit is contained in:
parent
53e1c931ab
commit
73d289be97
Binary file not shown.
Binary file not shown.
|
|
@ -1193,6 +1193,7 @@ int main(void)
|
||||||
BeginDrawing();
|
BeginDrawing();
|
||||||
|
|
||||||
ClearBackground(BLACK);
|
ClearBackground(BLACK);
|
||||||
|
Vector2 mousePos = GetMousePosition();
|
||||||
|
|
||||||
if (currentState == CHECKING_UPDATES) {
|
if (currentState == CHECKING_UPDATES) {
|
||||||
updateTimer += GetFrameTime();
|
updateTimer += GetFrameTime();
|
||||||
|
|
@ -1294,7 +1295,7 @@ int main(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Vector2 mousePos = GetMousePosition();
|
|
||||||
|
|
||||||
if (currentState == MAIN_MENU) {
|
if (currentState == MAIN_MENU) {
|
||||||
targetZoom = 1.1f;
|
targetZoom = 1.1f;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue