summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ff69d98..afc124f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,8 +32,8 @@ int main(void)
LZY_DrawBegin();
LZY_DrawSetColor(WHITE);
LZY_DrawClear();
- background_draw();
game_draw(game);
+ background_draw();
LZY_DrawEnd();
}