mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -189,7 +189,7 @@ int daObjTobyHouse_c::Create() {
|
||||
J3DJoint* jnt = mModel->getModelData()->getJointNodePointer(mBirlPJnt);
|
||||
JUT_ASSERT(398, jnt != 0);
|
||||
jnt->setCallBack(nodeCallBack);
|
||||
mModel->setUserArea((u32)this);
|
||||
mModel->setUserArea((uintptr_t)this);
|
||||
|
||||
jnt = mModel->getModelData()->getJointNodePointer(mBirlCannonJnt);
|
||||
JUT_ASSERT(406, jnt != 0);
|
||||
|
||||
Reference in New Issue
Block a user