Skip to content

Commit

Permalink
Update screen_gameplay.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 26, 2024
1 parent 2c332ed commit f09c40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light_my_ritual/src/screen_gameplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void InitGameplayScreen(void)

// Initialize ritual variables
ritualTime = 0.0f;
startRitual = false;;
startRitual = false;
alphaRitual = 0.0f;

timeOver = false;
Expand Down

0 comments on commit f09c40f

Please sign in to comment.