Fix wrong name for mat2::columns

- It should really be mat2::cols
This commit is contained in:
Jesse Talavera-Greenberg 2015-07-25 14:17:59 -04:00
parent 644e567e09
commit 25bad4c78e

View File

@ -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