[#80] Fix for goron spin on wake up animation#1714
[#80] Fix for goron spin on wake up animation#1714dcvz merged 1 commit intoHarbourMasters:developfrom
Conversation
|
Does this still allow the gorons to morph between their getting up and curling up animations smoothly if you walk away before they finish either animation? The first time I tried to fix this, I did a similar thing but it broke the transition between those animations. Yours is subtly different in a way that I think wouldn't cause the same issue but want to be sure we've checked for that. |
Yes, the check for |
|
@Mergifyio backport develop-zhora |
✅ Backports have been createdDetails
|
1 similar comment
✅ Backports have been createdDetails
|
Left a comment with explanation.
I personally would like this to have been fixed at a lower level but I went as deep as I could to find the interpolation method
SkelAnime_InterpFrameTableand couldn't find any issues with it, or anything pointing to why this is inconsistent with hardware.Also some-what similar to the attempted fix in #897 cc @leggettc18