summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggIScnProc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg/gfx/eggIScnProc.cpp')
-rw-r--r--src/egg/gfx/eggIScnProc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggIScnProc.cpp b/src/egg/gfx/eggIScnProc.cpp
index 25e3dafa..cb9ae243 100644
--- a/src/egg/gfx/eggIScnProc.cpp
+++ b/src/egg/gfx/eggIScnProc.cpp
@@ -27,7 +27,7 @@ void IScnProc::createScnProc(u16 procNum, MEMAllocator *pAllocator) {
mNumScnProc = procNum;
mpDataSet = new ProcData[mNumScnProc];
nw4r::math::MTX34 mtx;
- PSMTXIdentity(mtx);
+ MTXIdentity(mtx);
for (u16 i = 0; i < getNumScnProc(); i++) {
u32 sp8;