d_a_obj_jump OK

closes #416
This commit is contained in:
LagoLunatic
2026-05-19 17:29:37 -04:00
parent 0568d6fe35
commit cd9aa2bc84
13 changed files with 46 additions and 45 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static int target_info_count;
/* 00000078-000002AC .text nodeCallBack__FP7J3DNodei */
static BOOL nodeCallBack(J3DNode* node, int calcTiming) {
if (calcTiming == 0) {
if (calcTiming == J3DNodeCBCalcTiming_In) {
J3DJoint* joint = (J3DJoint*)node;
s32 iVar4 = joint->getJntNo();
J3DModel* pJVar2 = j3dSys.getModel();