Merge branch '0.9.1' into 0.9.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "type_int.hpp"
|
||||
#include "type_size.hpp"
|
||||
#include "_swizzle.hpp"
|
||||
#include "_detail.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user