Skip to content

Commit

Permalink
Merge pull request #127 from fruityloops1/master
Browse files Browse the repository at this point in the history
math: fix sead::Quat<float>::unit
  • Loading branch information
leoetlino committed Mar 26, 2023
2 parents 18d54e8 + 65859c3 commit d42a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/src/math/seadQuat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
namespace sead
{
template <>
const Quatf Quat<float>::unit(0.0f, 0.0f, 0.0f, 1.0f);
const Quatf Quat<float>::unit(1.0f, 0.0f, 0.0f, 0.0f);
} // namespace sead

0 comments on commit d42a886

Please sign in to comment.