mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -5490,7 +5490,7 @@ int daB_ZANT_c::CreateHeap() {
|
||||
}
|
||||
|
||||
J3DModel* model = mpModelMorf->getModel();
|
||||
model->setUserArea((u32)this);
|
||||
model->setUserArea((uintptr_t)this);
|
||||
model->getModelData()->getJointNodePointer(1)->setCallBack(JointCallBack);
|
||||
model->getModelData()->getJointNodePointer(2)->setCallBack(JointCallBack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user