Fix mandatory woopsie
This commit is contained in:
parent
dd2c9e3a09
commit
28898b026e
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ int entry(int argc, char **argv) {
|
||||||
|
|
||||||
reset_temporary_storage();
|
reset_temporary_storage();
|
||||||
|
|
||||||
float64 now = os_get_current_time_in_seconds();
|
|
||||||
Matrix4 rect_xform = m4_scalar(1.0);
|
Matrix4 rect_xform = m4_scalar(1.0);
|
||||||
rect_xform = m4_rotate_z(rect_xform, (f32)now);
|
rect_xform = m4_rotate_z(rect_xform, (f32)now);
|
||||||
rect_xform = m4_translate(rect_xform, v3(-.25f, -.25f, 0));
|
rect_xform = m4_translate(rect_xform, v3(-.25f, -.25f, 0));
|
||||||
|
|
Reference in a new issue