1
0
Fork 0

include/Spectre/Math/Matrix4.inl: gcc need "template<>" for Indentity variable.

This commit is contained in:
Henrik Hautakoski 2019-05-31 16:32:47 +02:00
parent 77804b8620
commit ffe75049d0

View file

@ -4,6 +4,7 @@
#include <string.h>
#include "Matrix4.h"
template<>
const Matrix4f Matrix4f::Identity(
1.0f, 0.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f, 0.0f,