Merge pull request #151 from MonsterDruide1/sead-update

lib: Update `sead`
This commit is contained in:
Michael Zhao 2025-11-01 09:24:45 -07:00 committed by GitHub
commit 5a4bce666f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit a41bd13d5c2eac84a07469228b2a137de3455e72 Subproject commit afd4d23bd893995412c06c38854162675dcf0073

View File

@ -248,7 +248,7 @@ void SupportBoneResource::BaseBone::postRead_() {
aim = aim_local; aim = aim_local;
base_rotate->normalize(); base_rotate->normalize();
base_rotate->inverse(&reverse_rotate); reverse_rotate.setInverse(*base_rotate);
} }
} // namespace ksys::phys } // namespace ksys::phys