mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 00:08:01 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -226,7 +226,7 @@ void daGlwSph_c::effectSet() {
|
||||
JPABaseEmitter* emitterp = dComIfGp_particle_getEmitter(mEmitterIDs[i]);
|
||||
if (emitterp != NULL) {
|
||||
emitterp->setParticleCallBackPtr(dPa_control_c::getParticleTracePCB());
|
||||
emitterp->setUserWork((u32)&field_0x974);
|
||||
emitterp->setUserWork((uintptr_t)&field_0x974);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user