diff --git a/glm/detail/precision.hpp b/glm/detail/precision.hpp index 05220905..983fc8ee 100644 --- a/glm/detail/precision.hpp +++ b/glm/detail/precision.hpp @@ -35,10 +35,9 @@ namespace glm { highp, mediump, - lowp + lowp, + defaultp = highp }; }//namespace glm -#define defaultp highp - #endif//GLM_CORE_PRECISION_INCLUDED