mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Fix climbing ledges.
This commit is contained in:
@@ -1401,8 +1401,8 @@ void PlayerAnimation_Change(PlayState* play, SkelAnime* skelAnime, PlayerAnimati
|
||||
skelAnime->morphWeight = 0.0f;
|
||||
}
|
||||
|
||||
// We need to restore the original animation because player does `this->skelAnime == &anim` type checks.
|
||||
skelAnime->animation = ogAnim;
|
||||
skelAnime->animation = animation;
|
||||
skelAnime->curFrame = 0.0f;
|
||||
skelAnime->startFrame = startFrame;
|
||||
skelAnime->curFrame = startFrame;
|
||||
|
||||
Reference in New Issue
Block a user