mirror of
https://github.com/zeldaret/tp
synced 2026-07-02 12:36:25 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -238,7 +238,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
_this->mpMorf->getModel()->setUserArea((u32)i_this);
|
||||
_this->mpMorf->getModel()->setUserArea((uintptr_t)i_this);
|
||||
|
||||
for (u16 i = 0; i < _this->mpMorf->getModel()->getModelData()->getJointNum(); i++) {
|
||||
_this->mpMorf->getModel()->getModelData()->getJointNodePointer(i)->setCallBack(
|
||||
|
||||
Reference in New Issue
Block a user