fix clang error on pointer narrowing (#83)

fix cast
This commit is contained in:
Jeffrey Crowell
2026-03-12 20:15:00 -07:00
committed by GitHub
parent d06eb678be
commit 18efe4b4fc
+1 -1
View File
@@ -103,7 +103,7 @@ static int nodeCallBack(J3DJoint* i_joint, int param_2) {
int jntNo = joint->getJntNo();
J3DModel* model = j3dSys.getModel();
npc_tkj2_class* i_this = (npc_tkj2_class*)model->getUserArea();
int userArea = (int)i_this;
fopAc_ac_c *userArea = (fopAc_ac_c *)i_this;
if (i_this != NULL) {
MTXCopy(model->getAnmMtx(jntNo), *calc_mtx);