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
@@ -16,7 +16,7 @@
/* 000000EC-000001E8 .text kantera_nodeCallBack__FP7J3DNodei */
static BOOL kantera_nodeCallBack(J3DNode* node, int calcTiming) {
if (calcTiming == 0) {
if (calcTiming == J3DNodeCBCalcTiming_In) {
J3DJoint* joint = (J3DJoint*)node;
s32 uVar2 = joint->getJntNo();
J3DModel* model = j3dSys.getModel();