mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -815,7 +815,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
this_->mpMorf->getModel()->setUserArea((u32)this_);
|
||||
this_->mpMorf->getModel()->setUserArea((uintptr_t)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