diff options
Diffstat (limited to 'src/egg/gfx/eggGlobalDrawState.cpp')
| -rw-r--r-- | src/egg/gfx/eggGlobalDrawState.cpp | 2 |
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(); } |
