open-ead / sead

Decompilation of sead: the standard C++ library for first-party Nintendo games
190 stars 26 forks source link

math/seadQuat: Adjust `operator=` to follow memory order #144

Closed MonsterDruide1 closed 1 month ago

MonsterDruide1 commented 1 month ago

It seems like seadQuats prefer to be set in order of how they store their members, being xyzw. This PR fixes matching on agl::utl::Parameter<sead::Quatf>::clone() on both SMO and BotW, and does not introduce any regressions on both projects.


This change is Reviewable