diff --git a/src/game.c b/src/game.c index cb35f8e6..0aaadc14 100644 --- a/src/game.c +++ b/src/game.c @@ -142,9 +142,6 @@ INTERNAL void game_update(void) struct entity *parent = player_ent; { struct v2 pos = V2(0, 0.25); - - - //struct v2 pos = V2(0, 0.25 * (i + 1)); struct v2 size = V2(1, 1); f32 r = 0;