summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index f9ae592..ff69d98 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,6 +27,7 @@ int main(void)
LZY_CycleEvents();
input_update();
game_update(game);
+ background_update(game);
LZY_DrawBegin();
LZY_DrawSetColor(WHITE);