summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2023-09-02 06:38:08 -0700
committerGitHub <noreply@github.com>2023-09-02 16:38:08 +0300
commit6432e1541ebcf6ba1c535b07f5227bdd4a8d0e61 (patch)
treed01d11c2218d7db5dd00d42b57112765a6ee2ceb /include/JSystem/J3DGraphBase
parent2d45b68231560eaf0001914c8f2da4bd81f9dd59 (diff)
setup dolphin VEC/MTX function defines (#1903)
* setup VEC function defines * setup MTX function defines
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DSys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DSys.h b/include/JSystem/J3DGraphBase/J3DSys.h
index 7836813a03..3bcf84f71f 100644
--- a/include/JSystem/J3DGraphBase/J3DSys.h
+++ b/include/JSystem/J3DGraphBase/J3DSys.h
@@ -124,7 +124,7 @@ struct J3DSys {
Mtx& getModelDrawMtx(u16 no) const { return mModelDrawMtx[no]; }
J3DShapePacket* getShapePacket() const { return mShapePacket; }
- void setViewMtx(Mtx m) { PSMTXCopy(m, mViewMtx); }
+ void setViewMtx(Mtx m) { MTXCopy(m, mViewMtx); }
J3DModel* getModel() { return mModel; }