diff --git a/src/game.c b/src/game.c index f1cc6e35..8d548595 100644 --- a/src/game.c +++ b/src/game.c @@ -387,7 +387,6 @@ INTERNAL void game_update(void) r += xform_get_rotation(ent->test_start_local_xform); s = v2_add(s, xform_get_scale(ent->test_start_local_xform)); - struct xform xf = entity_get_local_xform(ent); xf.og = og; xf= xform_with_rotation(xf, r);