mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fix wrong name for mat2::columns
- It should really be mat2::cols
This commit is contained in:
parent
644e567e09
commit
25bad4c78e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace glm
|
|||
|
||||
# ifdef GLM_META_PROG_HELPERS
|
||||
static GLM_RELAXED_CONSTEXPR length_t components = 2;
|
||||
static GLM_RELAXED_CONSTEXPR length_t columns = 2;
|
||||
static GLM_RELAXED_CONSTEXPR length_t cols = 2;
|
||||
static GLM_RELAXED_CONSTEXPR length_t rows = 2;
|
||||
static GLM_RELAXED_CONSTEXPR precision prec = P;
|
||||
# endif//GLM_META_PROG_HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue