diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-19 17:29:37 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-19 17:29:37 -0400 |
| commit | cd9aa2bc84906a4c17f4f10adbe24c3edf1ffcdd (patch) | |
| tree | 8c0f3917060863c38079a45d23cdb0e2f867f951 /src/d/actor/d_a_kamome.cpp | |
| parent | 0568d6fe35631d50d7e809e3bd9c02201097862c (diff) | |
d_a_obj_jump OK
closes #416
Diffstat (limited to 'src/d/actor/d_a_kamome.cpp')
| -rw-r--r-- | src/d/actor/d_a_kamome.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_kamome.cpp b/src/d/actor/d_a_kamome.cpp index 5bf2145d..9763e2a1 100644 --- a/src/d/actor/d_a_kamome.cpp +++ b/src/d/actor/d_a_kamome.cpp @@ -128,7 +128,7 @@ fopAc_ac_c* search_imouto(kamome_class* i_this) { /* 00000ABC-00000B84 .text nodeCallBack__FP7J3DNodei */ static BOOL nodeCallBack(J3DNode* node, int calcTiming) { - if (calcTiming == 0) { + if (calcTiming == J3DNodeCBCalcTiming_In) { J3DJoint* joint = (J3DJoint*)node; s32 uVar1 = joint->getJntNo(); J3DModel* pJVar2 = j3dSys.getModel(); |
