summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 7668f21..b7bef75 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,8 +13,6 @@ int main() {
LoadAssets();
InitGame();
- AddBackground("yo-mama");
-
while(!WindowShouldClose()) {
UpdateGame(GetFrameTime());