X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fmath%2Fglm.hpp;h=0d344e6e7879bbb4786aecb64266060854154f7a;hp=7bb321f712c20b4018c5b9507d7568627a53f2fd;hb=d921cba26f21e4a75b22f5e9d9be988707bf6a8f;hpb=61cacd214935318500332cecf71f70097d0301e2 diff --git a/src/math/glm.hpp b/src/math/glm.hpp index 7bb321f..0d344e6 100644 --- a/src/math/glm.hpp +++ b/src/math/glm.hpp @@ -16,10 +16,14 @@ #if GLM_VERSION < 96 namespace glm { - using tvec1 = detail::tvec1; - using tvec2 = detail::tvec2; - using tvec3 = detail::tvec3; - using tvec4 = detail::tvec4; + template + using tvec1 = detail::tvec1; + template + using tvec2 = detail::tvec2; + template + using tvec3 = detail::tvec3; + template + using tvec4 = detail::tvec4; } #endif