mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-06 14:19:18 -05:00
Some work on example games
This commit is contained in:
@ -490,7 +490,7 @@ void UpdateGameplayScreen(void)
|
||||
|
||||
if (monthTimer >= monthChange)
|
||||
{
|
||||
if ((currentMonth == 10))
|
||||
if (currentMonth == 10)
|
||||
{
|
||||
clockInitRotation = 225;
|
||||
clockFinalRotation = clockInitRotation + 90;
|
||||
|
||||
Reference in New Issue
Block a user