mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -2487,7 +2487,7 @@ int daE_OC_c::CreateHeap() {
|
||||
return 0;
|
||||
}
|
||||
J3DModel* my_model = mpMorf->getModel();
|
||||
my_model->setUserArea((u32)this);
|
||||
my_model->setUserArea((uintptr_t)this);
|
||||
for (u16 idx = 1; idx < my_model->getModelData()->getJointNum(); ++idx) {
|
||||
if (idx == 0x11 || idx == 0xc) {
|
||||
my_model->getModelData()->getJointNodePointer(idx)->setCallBack(&daE_OC_c::JointCallBack);
|
||||
|
||||
Reference in New Issue
Block a user