diff options
Diffstat (limited to 'src/egg/gfx/eggPostEffectUnk2.cpp')
| -rw-r--r-- | src/egg/gfx/eggPostEffectUnk2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egg/gfx/eggPostEffectUnk2.cpp b/src/egg/gfx/eggPostEffectUnk2.cpp index 8156ba5d..e2194b01 100644 --- a/src/egg/gfx/eggPostEffectUnk2.cpp +++ b/src/egg/gfx/eggPostEffectUnk2.cpp @@ -61,8 +61,8 @@ void PostEffectUnk2::draw(f32 width, f32 height) { GXSetVtxDesc(GX_VA_TEX1, GX_DIRECT); nw4r::math::MTX34 mtx; - PSMTXScale(mtx, width * mScaleX, height * mScaleY, 1.0f); - PSMTXTransApply(mtx, mtx, mOffsetX, mOffsetY, 0.0f); + MTXScale(mtx, width * mScaleX, height * mScaleY, 1.0f); + MTXTransApply(mtx, mtx, mOffsetX, mOffsetY, 0.0f); GXLoadPosMtxImm(mtx, 0); static const f32 floats1[2][2] = { |
