minor cleanup

This commit is contained in:
jacob 2024-03-12 11:50:59 -05:00
parent 536d1f602b
commit 85ff4d5e2e

View File

@ -142,9 +142,6 @@ INTERNAL void game_update(void)
struct entity *parent = player_ent; struct entity *parent = player_ent;
{ {
struct v2 pos = V2(0, 0.25); struct v2 pos = V2(0, 0.25);
//struct v2 pos = V2(0, 0.25 * (i + 1));
struct v2 size = V2(1, 1); struct v2 size = V2(1, 1);
f32 r = 0; f32 r = 0;