1
0
Fork 0

include/Spectre/Math/Matrix3.inl: make Identity work for all template specializations. not just float.

This commit is contained in:
Henrik Hautakoski 2023-08-22 10:02:07 +02:00
parent 8901257bb6
commit 96f6725428

View file

@ -4,8 +4,8 @@
namespace sp { namespace sp {
template <> template<typename T>
Matrix3f Matrix3f::Identity( sp::Matrix3<T> sp::Matrix3<T>::Identity(
1, 0, 0, 1, 0, 0,
0, 1, 0, 0, 1, 0,
0, 0, 1 0, 0, 1