diff options
Diffstat (limited to 'src/racing/math_util.c')
| -rw-r--r-- | src/racing/math_util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/racing/math_util.c b/src/racing/math_util.c index 54b6aa412..1e9241528 100644 --- a/src/racing/math_util.c +++ b/src/racing/math_util.c @@ -14,6 +14,10 @@ s32 D_802B91C0[2] = { 13, 13 }; Vec3f D_802B91C8 = { 0.0f, 0.0f, 0.0f }; +Mtx gIdentityMatrix = { + toFixedPointMatrix(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0), +}; + // This functions looks similar to a segment of code from func_802A4A0C in skybox_and_splitscreen.c UNUSED s32 func_802B4F60(UNUSED s32 arg0, Vec3f arg1, UNUSED s32 arg2, UNUSED f32 arg3, UNUSED f32 arg4) { Mat4 sp30; |
