summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-07-31 14:51:06 +0300
committerBoredGuy <osome3717@gmail.com>2025-07-31 14:51:06 +0300
commite1a7c2e8c67430c8d978cce7f46049ef0f5c53f2 (patch)
tree1dc2653ee0f620c0fe8ce8ed08b7bda5c6c87d3a /src/main.c
parent3bedf42ddd687469d4738de3bd2c20eee7b81c19 (diff)
Im Still Getting used to using git
Diffstat (limited to 'src/main.c')
-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());