summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggLightTexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg/gfx/eggLightTexture.cpp')
-rw-r--r--src/egg/gfx/eggLightTexture.cpp2
1 files changed, 1 insertions, 1 deletions
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);