From d8744e1f34e9955d55a5605f939bdf0bf9d8a729 Mon Sep 17 00:00:00 2001 From: robojumper Date: Thu, 7 May 2026 19:53:30 +0200 Subject: MTX/VEC cleanup --- src/egg/gfx/eggG3DUtility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg/gfx/eggG3DUtility.cpp') 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) { -- cgit v1.2.3