diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-28 18:04:05 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-28 18:04:05 -0500 |
| commit | 5571ec74e4191e00130a1f1c0b3851aaf6478321 (patch) | |
| tree | 84f5b5832175f9fb23c82458690014aa6568753a /src/d/d_com_static.cpp | |
| parent | fdfb69f055bba89ad820ab142f0776eee2b710f8 (diff) | |
Document the second param to joint callback functions
Diffstat (limited to 'src/d/d_com_static.cpp')
| -rw-r--r-- | src/d/d_com_static.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index 8a85e774..89c4c592 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -428,8 +428,8 @@ void daTitle_proc_c::daTitle_Kirakira_Sound_flag_on() { } /* 80056CCC-80056DE0 .text daiItemNodeCallBack__13daStandItem_cFP7J3DNodei */ -BOOL daStandItem_c::daiItemNodeCallBack(J3DNode* node, int param_1) { - if (!param_1) { +BOOL daStandItem_c::daiItemNodeCallBack(J3DNode* node, int calcTiming) { + if (calcTiming == J3DNodeCBCalcTiming_In) { J3DJoint* joint = (J3DJoint*)node; s32 jntNo = joint->getJntNo(); J3DModel* model = j3dSys.getModel(); |
