diff options
| author | robojumper <robojumper@gmail.com> | 2026-05-07 19:53:30 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2026-05-07 19:53:30 +0200 |
| commit | d8744e1f34e9955d55a5605f939bdf0bf9d8a729 (patch) | |
| tree | 944f80d4d212332abeb1f7607396fc7c7a38a70d /src/egg/gfx/eggG3DUtility.cpp | |
| parent | ddb116187922a3f73ae3c97a136f499b7d724a2c (diff) | |
MTX/VEC cleanup
Diffstat (limited to 'src/egg/gfx/eggG3DUtility.cpp')
| -rw-r--r-- | src/egg/gfx/eggG3DUtility.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggG3DUtility.cpp b/src/egg/gfx/eggG3DUtility.cpp index a61cefc6..dd3a7ed1 100644 --- a/src/egg/gfx/eggG3DUtility.cpp +++ b/src/egg/gfx/eggG3DUtility.cpp @@ -66,7 +66,7 @@ void G3DUtility::create(u32 size, Heap *pHeap) { void G3DUtility::defaultTexMtxFunc(nw4r::math::MTX34 *pMtx, s8 camRef, s8 lightRef) { const nw4r::math::MTX34 *mtxPtr = nw4r::g3d::G3DState::GetInvCameraMtxPtr(); - PSMTXCopy(mtxPtr->m, pMtx->m); + MTXCopy(mtxPtr->m, pMtx->m); } bool G3DUtility::setUpLightSet(nw4r::g3d::LightSetting &lightSet, nw4r::g3d::ResAnmScn scn, int refNumber) { |
