diff options
Diffstat (limited to 'src/egg/gfx/eggLightTextureMgr.cpp')
| -rw-r--r-- | src/egg/gfx/eggLightTextureMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggLightTextureMgr.cpp b/src/egg/gfx/eggLightTextureMgr.cpp index 09de2e1e..8ae966c0 100644 --- a/src/egg/gfx/eggLightTextureMgr.cpp +++ b/src/egg/gfx/eggLightTextureMgr.cpp @@ -247,7 +247,7 @@ void LightTextureManager::drawAndCaptureTexture(f32 ox, f32 oy, f32 sx, f32 sy) StateGX::GXSetScissor_(x1, y1, x2, y2); StateGX::GXSetScissorBoxOffset_(0, 0); nw4r::math::MTX34 identity; - PSMTXIdentity(identity); + MTXIdentity(identity); DrawGX::BeginDrawScreen(1, 1, 0); DrawGX::SetBlendMode(DrawGX::BLEND_14); |
