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/eggPostEffectBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg/gfx/eggPostEffectBase.cpp') diff --git a/src/egg/gfx/eggPostEffectBase.cpp b/src/egg/gfx/eggPostEffectBase.cpp index e7dbd1cb..4627caad 100644 --- a/src/egg/gfx/eggPostEffectBase.cpp +++ b/src/egg/gfx/eggPostEffectBase.cpp @@ -43,7 +43,7 @@ void PostEffectBase::setVtxState() { void PostEffectBase::drawScreenInternal(f32 offsetX, f32 offsetY, f32 width, f32 height) { nw4r::math::MTX34 mtx; - PSMTXScale(mtx, width, height, 1.0f); + MTXScale(mtx, width, height, 1.0f); mtx._03 = offsetX; mtx._13 = offsetY; mtx._23 = 0.0f; -- cgit v1.2.3