formatting

This commit is contained in:
jacob 2024-08-12 16:15:14 -05:00
parent e6d3506035
commit b629f53f16

View File

@ -387,7 +387,6 @@ INTERNAL void game_update(void)
r += xform_get_rotation(ent->test_start_local_xform); r += xform_get_rotation(ent->test_start_local_xform);
s = v2_add(s, xform_get_scale(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); struct xform xf = entity_get_local_xform(ent);
xf.og = og; xf.og = og;
xf= xform_with_rotation(xf, r); xf= xform_with_rotation(xf, r);