diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-29 00:22:32 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-29 00:22:32 -0400 |
| commit | fab0d7a5ba8d8202e500e1208ae31a855ba3cbe3 (patch) | |
| tree | cc976361f95bbba191efd8c7d2937838084c2ac2 /src/d/d_particle.cpp | |
| parent | 70044ec8dd10369b64cc52424fb62f913fcfbed0 (diff) | |
misc cleanup, mostly inlines
Diffstat (limited to 'src/d/d_particle.cpp')
| -rw-r--r-- | src/d/d_particle.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/d/d_particle.cpp b/src/d/d_particle.cpp index a309c681..c72cf764 100644 --- a/src/d/d_particle.cpp +++ b/src/d/d_particle.cpp @@ -5,7 +5,6 @@ #include "d/d_particle.h" #include "JSystem/J3DGraphAnimator/J3DMaterialAttach.h" -#include "JSystem/JKernel/JKRSolidHeap.h" #include "JSystem/JParticle/JPAEmitter.h" #include "JSystem/JParticle/JPAEmitterManager.h" #include "JSystem/JParticle/JPAParticle.h" @@ -366,8 +365,8 @@ void smokeEcallBack(JPABaseEmitter* emtr, dKy_tevstr_c* tevStr, s8, GXColor colo } color.a = emtr->mGlobalPrmColor.a; GXSetNumTexGens(2); - GXSetTexCoordGen2(GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_TEX0, GX_IDENTITY, GX_FALSE, GX_PTIDENTITY); - GXSetTexCoordGen2(GX_TEXCOORD1, GX_TG_SRTG, GX_TG_COLOR0, GX_IDENTITY, GX_FALSE, GX_PTIDENTITY); + GXSetTexCoordGen(GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_TEX0, GX_IDENTITY); + GXSetTexCoordGen(GX_TEXCOORD1, GX_TG_SRTG, GX_TG_COLOR0, GX_IDENTITY); emtr->mDraw.loadTexture(1, GX_TEXMAP1); GXSetNumTevStages(3); GXSetTevColorIn(GX_TEVSTAGE0, GX_CC_C0, GX_CC_KONST, GX_CC_TEXC, GX_CC_ZERO); |
