mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Change dualquat::components to 2, not 8
This commit is contained in:
parent
3400352e81
commit
4aa385a37a
@ -65,7 +65,7 @@ namespace glm
|
|||||||
typedef glm::tquat<T, P> part_type;
|
typedef glm::tquat<T, P> part_type;
|
||||||
|
|
||||||
# ifdef GLM_META_PROG_HELPERS
|
# ifdef GLM_META_PROG_HELPERS
|
||||||
static GLM_RELAXED_CONSTEXPR length_t components = 8;
|
static GLM_RELAXED_CONSTEXPR length_t components = 2;
|
||||||
static GLM_RELAXED_CONSTEXPR precision prec = P;
|
static GLM_RELAXED_CONSTEXPR precision prec = P;
|
||||||
# endif//GLM_META_PROG_HELPERS
|
# endif//GLM_META_PROG_HELPERS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user