mirror of https://github.com/zeldaret/botw
Merge pull request #151 from MonsterDruide1/sead-update
lib: Update `sead`
This commit is contained in:
commit
5a4bce666f
2
lib/sead
2
lib/sead
|
|
@ -1 +1 @@
|
||||||
Subproject commit a41bd13d5c2eac84a07469228b2a137de3455e72
|
Subproject commit afd4d23bd893995412c06c38854162675dcf0073
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue