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/eggLightTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg/gfx/eggLightTexture.cpp') diff --git a/src/egg/gfx/eggLightTexture.cpp b/src/egg/gfx/eggLightTexture.cpp index 3452484b..fbc9e640 100644 --- a/src/egg/gfx/eggLightTexture.cpp +++ b/src/egg/gfx/eggLightTexture.cpp @@ -519,7 +519,7 @@ void LightTexture::debugDraw(int i) { fn_804AC0A0(i, &u1, &u2); load(GX_TEXMAP0); nw4r::math::MTX34 mtx; - PSMTXScale(mtx, sTexWidth, sTexHeight, 1.0f); + MTXScale(mtx, sTexWidth, sTexHeight, 1.0f); mtx._03 = u1; mtx._13 = sDrawHeight - (u2 + sTexHeight); -- cgit v1.2.3