Merge branch '0.9.1' into 0.9.2

This commit is contained in:
Christophe Riccio
2011-03-11 00:29:18 +00:00
12 changed files with 256 additions and 182 deletions

View File

@@ -88,7 +88,7 @@ namespace glm
#elif(GLM_PRECISION & GLM_PRECISION_LOWP_INT)
typedef precision::lowp_int int_t;
#else
typedef mediump_int int_t;
typedef precision::mediump_int int_t;
# pragma message("GLM message: Precisson undefined for signed integer number.");
#endif//GLM_PRECISION

View File

@@ -15,7 +15,6 @@
#include "type_int.hpp"
#include "type_size.hpp"
#include "_swizzle.hpp"
#include "_detail.hpp"
namespace glm
{