mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 18:32:08 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -1198,7 +1198,7 @@ void daE_BG_c::mtx_set() {
|
||||
J3DModel* model = mpMorfSO->getModel();
|
||||
|
||||
model->setBaseTRMtx(mDoMtx_stack_c::get());
|
||||
model->setUserArea((u32)this);
|
||||
model->setUserArea((uintptr_t)this);
|
||||
|
||||
for (u16 i = 1; i < model->getModelData()->getJointNum(); i++) {
|
||||
model->getModelData()->getJointNodePointer(i)->setCallBack(JointCallBack);
|
||||
@@ -1346,7 +1346,7 @@ int daE_BG_c::CreateHeap() {
|
||||
|
||||
J3DModel* model = mpMorfSO->getModel();
|
||||
|
||||
model->setUserArea((u32)this);
|
||||
model->setUserArea((uintptr_t)this);
|
||||
|
||||
for (u16 i = 1; i < model->getModelData()->getJointNum(); i++) {
|
||||
model->getModelData()->getJointNodePointer(i)->setCallBack(JointCallBack);
|
||||
|
||||
Reference in New Issue
Block a user