summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-09 06:23:06 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-09 06:23:06 -0500
commit2412c2c41be58fe455d4d63fd932c4ea0e0195dc (patch)
tree7892a36074812700931200a39da024d0478cbd45 /include/JSystem/J3DGraphBase
parentcac8575a940b6c1181c1eef3d8076ebde6b91729 (diff)
PSMulUnit01
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DTransform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DTransform.h b/include/JSystem/J3DGraphBase/J3DTransform.h
index 657a4906..24103714 100644
--- a/include/JSystem/J3DGraphBase/J3DTransform.h
+++ b/include/JSystem/J3DGraphBase/J3DTransform.h
@@ -28,7 +28,7 @@ struct J3DTransformInfo {
extern J3DTransformInfo const j3dDefaultTransformInfo;
extern Vec const j3dDefaultScale;
extern Mtx const j3dDefaultMtx;
-extern f32 PSMulUnit01[2];
+extern f32 PSMulUnit01[];
void J3DGQRSetup7(u32 param_0, u32 param_1, u32 param_2, u32 param_3);
f32 J3DCalcZValue(MtxP m, Vec v);