mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-02 07:46:01 +00:00
apply PR suggestion
Co-authored-by: mzxrules <mzxrules@gmail.com>
This commit is contained in:
parent
51cddce871
commit
1a045d3b4a
1 changed files with 1 additions and 1 deletions
|
@ -4443,7 +4443,7 @@ void Animation_ChangeByInfo(SkelAnime* skelAnime, AnimationInfo* animationInfo,
|
|||
* Note: With the common scale factor of 200, this effect is practically unnoticeable if the current animation already
|
||||
* has motion involved.
|
||||
*
|
||||
* Note: MM gets this function unused in favor of `SubS_UpdateFidgetTables` @ `z_sub_s.c`.
|
||||
* Note: In MM this function is unused in favor of `SubS_UpdateFidgetTables` @ `z_sub_s.c`.
|
||||
*/
|
||||
void Actor_UpdateFidgetTables(PlayState* play, s16* fidgetTableY, s16* fidgetTableZ, s32 tableLen) {
|
||||
u32 frames = play->gameplayFrames;
|
||||
|
|
Loading…
Reference in a new issue