Skip to content

Commit

Permalink
Fix the bug maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed May 11, 2024
1 parent 6d257c3 commit 30fe7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/src/overlays/actors/ovl_En_Fsn/z_en_fsn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ void EnFsn_Init(Actor* thisx, PlayState* play) {

ActorShape_Init(&this->actor.shape, 0.0f, ActorShadow_DrawCircle, 20.0f);
SkelAnime_InitFlex(play, &this->skelAnime, &gFsnSkel, &gFsnIdleAnim, this->jointTable, this->morphTable,
ENFSN_LIMB_MAX);
FSN_LIMB_MAX);

if (ENFSN_IS_SHOP(&this->actor)) {
this->actor.shape.rot.y = BINANG_ROT180(this->actor.shape.rot.y);
Expand Down

0 comments on commit 30fe7c4

Please sign in to comment.