2
0
Эх сурвалжийг харах

Fixed mising glm::precision

Christophe Riccio 7 жил өмнө
parent
commit
d53cd73a0e

+ 2 - 0
glm/detail/qualifier.hpp

@@ -33,6 +33,8 @@ namespace glm
 #		endif
 #		endif
 	};
 	};
 
 
+	typedef qualifier precision;
+
 	template<length_t L, typename T, qualifier Q = defaultp> struct vec;
 	template<length_t L, typename T, qualifier Q = defaultp> struct vec;
 	template<length_t C, length_t R, typename T, qualifier Q = defaultp> struct mat;
 	template<length_t C, length_t R, typename T, qualifier Q = defaultp> struct mat;