summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggPostEffectSimple.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-04-27 07:49:37 +0200
committerrobojumper <robojumper@gmail.com>2025-04-27 07:49:37 +0200
commit6468fc663c304663afa949fd73f4f627bad0e6b3 (patch)
treefbb9b7d1921cf696cf385f4972a62a6984988d62 /src/egg/gfx/eggPostEffectSimple.cpp
parentc1a0264e6ac151f3a884bc32126de192eede19c7 (diff)
Get initial JParticle import to build, label symbols.txt
Diffstat (limited to 'src/egg/gfx/eggPostEffectSimple.cpp')
-rw-r--r--src/egg/gfx/eggPostEffectSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggPostEffectSimple.cpp b/src/egg/gfx/eggPostEffectSimple.cpp
index c6525a9a..1d8dde8b 100644
--- a/src/egg/gfx/eggPostEffectSimple.cpp
+++ b/src/egg/gfx/eggPostEffectSimple.cpp
@@ -20,7 +20,7 @@ void PostEffectSimple::setMaterialInternal() {
GXSetTexCoordGen2(GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_TEX0, 0x1e, 0, 0x7d);
nw4r::math::MTX34 mtx;
getBaseTexMtx(&mtx);
- GXLoadTexMtxImm(mtx, 0x1e, GX_MTX_2x4);
+ GXLoadTexMtxImm(mtx, 0x1e, GX_MTX2x4);
setMatInd();
GXSetNumTevStages(1);
GXSetTevDirect(GX_TEVSTAGE0);