summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggGlobalDrawState.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2026-05-07 19:53:30 +0200
committerrobojumper <robojumper@gmail.com>2026-05-07 19:53:30 +0200
commitd8744e1f34e9955d55a5605f939bdf0bf9d8a729 (patch)
tree944f80d4d212332abeb1f7607396fc7c7a38a70d /src/egg/gfx/eggGlobalDrawState.cpp
parentddb116187922a3f73ae3c97a136f499b7d724a2c (diff)
MTX/VEC cleanup
Diffstat (limited to 'src/egg/gfx/eggGlobalDrawState.cpp')
-rw-r--r--src/egg/gfx/eggGlobalDrawState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggGlobalDrawState.cpp b/src/egg/gfx/eggGlobalDrawState.cpp
index bb1f3df3..06e2b383 100644
--- a/src/egg/gfx/eggGlobalDrawState.cpp
+++ b/src/egg/gfx/eggGlobalDrawState.cpp
@@ -19,7 +19,7 @@ GlobalDrawState sState;
void GlobalDrawState::beginDrawView(u16 cameraId, const nw4r::math::MTX34 &mtx, const Screen &screen) {
spScreen = &screen;
sCameraId = cameraId;
- PSMTXCopy(mtx, sMtx);
+ MTXCopy(mtx, sMtx);
StateEfb::Clean();
}