mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 08:43:00 +00:00
Fixed ticket #69, missing namespace
This commit is contained in:
parent
453607acec
commit
e106bd62cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue