aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 85f17de..2568732 100644
--- a/src/game.c
+++ b/src/game.c
@@ -105,7 +105,7 @@ void initGame(Game* game)
void updateMainMenuScene(Game* game)
{
- ClearBackground(BLACK);
+ ClearBackground(PINK);
}
void drawGameTexturedBackground(Texture texture)