some J3D/misc cleanup (#2628)

* some j3d cleanup

* begin using uintptr_t

* j3dgraphbase cleanup

* j3dgraphanimator cleanup
This commit is contained in:
TakaRikka
2025-09-04 07:56:59 -07:00
committed by GitHub
parent 35029ba909
commit 87069235c0
290 changed files with 4221 additions and 3605 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ int daObjLv6Bm_c::Create() {
}
}
mBeamosModel->setUserArea((u32)this);
mBeamosModel->setUserArea((uintptr_t)this);
name = mBeamosModel->getModelData()->getMaterialTable().getMaterialName();
for (u16 i = 0; i < mBeamosModel->getModelData()->getMaterialNum(); i++) {
if (strcmp(name->getName(i), l_eye_matName) == 0) {