diff options
author | BoredGuy <osome3717@gmail.com> | 2025-07-31 14:51:06 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-07-31 14:51:06 +0300 |
commit | e1a7c2e8c67430c8d978cce7f46049ef0f5c53f2 (patch) | |
tree | 1dc2653ee0f620c0fe8ce8ed08b7bda5c6c87d3a /src | |
parent | 3bedf42ddd687469d4738de3bd2c20eee7b81c19 (diff) |
Im Still Getting used to using git
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ int main() { LoadAssets(); InitGame(); - AddBackground("yo-mama"); - while(!WindowShouldClose()) { UpdateGame(GetFrameTime()); |