diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-03-23 15:29:15 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-03-23 15:29:15 -0400 |
| commit | 3ef9b0df8b956bdb3f371ee118ef6dc881ea61e6 (patch) | |
| tree | 7e658f363e95c190d62e77e801c61469ae444457 /src/egg/gfx/eggPostEffectSimple.cpp | |
| parent | 115d0d706594bbf1f5dab1b82da0f0e4981b0571 (diff) | |
PostEffect Progress
Diffstat (limited to 'src/egg/gfx/eggPostEffectSimple.cpp')
| -rw-r--r-- | src/egg/gfx/eggPostEffectSimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggPostEffectSimple.cpp b/src/egg/gfx/eggPostEffectSimple.cpp index 24c18b9f..c6525a9a 100644 --- a/src/egg/gfx/eggPostEffectSimple.cpp +++ b/src/egg/gfx/eggPostEffectSimple.cpp @@ -29,7 +29,7 @@ void PostEffectSimple::setMaterialInternal() { GXSetTevKColorSel(GX_TEVSTAGE0, GX_TEV_KCSEL_K0); GXSetTevKAlphaSel(GX_TEVSTAGE0, GX_TEV_KASEL_K0_A); GXSetTevKColor(GX_KCOLOR0, c); - GXSetTevOrder(GX_TEVSTAGE0, GX_TEXCOORD0, mTexMapId, GX_COLOR_NULL); + GXSetTevOrder(GX_TEVSTAGE0, GX_TEXCOORD0, mTex1.mTexMapID, GX_COLOR_NULL); GXSetTevColorIn(GX_TEVSTAGE0, GX_CC_ZERO, GX_CC_TEXC, GX_CC_KONST, GX_CC_ZERO); GXSetTevColorOp(GX_TEVSTAGE0, GX_TEV_ADD, GX_TB_ZERO, field_0x34, 1, GX_TEVPREV); switch (field_0x38) { |
