X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmath%2Fglm.hpp;h=0d344e6e7879bbb4786aecb64266060854154f7a;hb=a19fdf3d9f0d7ecbf6eeeec817856d85049a8336;hp=7bb321f712c20b4018c5b9507d7568627a53f2fd;hpb=b9af958c3f80a966bd31c622a45d0f3375bf2c3a;p=blobs.git 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