formatting
This commit is contained in:
parent
e6d3506035
commit
b629f53f16
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user