mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed build
This commit is contained in:
parent
4f7afb272f
commit
9539174494
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace glm
|
|||
# ifdef GLM_META_PROG_HELPERS
|
||||
# if GLM_HAS_CONSTEXPR
|
||||
static GLM_CONSTEXPR length_t components = 1;
|
||||
static GLM_CONSTEXPR precision precision = P;
|
||||
static GLM_CONSTEXPR precision prec = P;
|
||||
# else
|
||||
static const length_t components = 1;
|
||||
static const precision prec = P;
|
||||
|
|
Loading…
Add table
Reference in a new issue