From: Daniel Karbach <daniel.karbach@localhorst.tv>
Date: Sat, 17 Nov 2018 12:10:55 +0000 (+0100)
Subject: new glm version
X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;ds=sidebyside;p=blobs.git

new glm version
---

diff --git a/src/math/glm.hpp b/src/math/glm.hpp
index 76472e8..ab79405 100644
--- a/src/math/glm.hpp
+++ b/src/math/glm.hpp
@@ -5,6 +5,9 @@
 #  define GLM_FORCE_RADIANS 1
 #endif
 
+// wait what? quaternions are experimental -.-
+#define GLM_ENABLE_EXPERIMENTAL
+
 #include <algorithm>
 #include <limits>
 #include <glm/glm.hpp>