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:
@@ -3074,7 +3074,7 @@ int daCow_c::CreateHeap() {
|
||||
return cPhs_INIT_e;
|
||||
}
|
||||
|
||||
mpMorf->getModel()->setUserArea((u32)this);
|
||||
mpMorf->getModel()->setUserArea((uintptr_t)this);
|
||||
|
||||
for (u16 iJoint = 0; iJoint < modelData->getJointNum(); iJoint++) {
|
||||
if (iJoint == 1 || iJoint == 8 || iJoint == 0) {
|
||||
|
||||
Reference in New Issue
Block a user