mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 17:02:55 -04:00
JParticle mostly done (#2235)
This commit is contained in:
@@ -148,7 +148,6 @@ void JPARegistEnv(JPAEmitterWorkData* work, JPABaseParticle* ptcl) {
|
||||
*/
|
||||
void JPACalcClrIdxNormal(JPAEmitterWorkData* work) {
|
||||
JPABaseShape* bsp = work->mpRes->getBsp();
|
||||
// can't get the extsh to appear in the right spot...
|
||||
s16 keyFrame;
|
||||
if (work->mpEmtr->mTick < bsp->getClrAnmMaxFrm()) {
|
||||
keyFrame = work->mpEmtr->mTick;
|
||||
@@ -1447,4 +1446,4 @@ void JPABaseShape::setGX(JPAEmitterWorkData* work) const {
|
||||
GXSetTevDirect(GX_TEVSTAGE0);
|
||||
GXSetTevDirect(GX_TEVSTAGE1);
|
||||
GXSetZCompLoc(getZCompLoc());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user