mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
fixed: type (GLM_SWIZZL vs GLM_SWIZZLE)
This commit is contained in:
parent
e299af614f
commit
de2f27a87a
@ -718,7 +718,7 @@
|
|||||||
|
|
||||||
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_SWIZZLE_DISPLAYED))
|
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_SWIZZLE_DISPLAYED))
|
||||||
# define GLM_MESSAGE_SWIZZLE_DISPLAYED
|
# define GLM_MESSAGE_SWIZZLE_DISPLAYED
|
||||||
# if defined(GLM_SWIZZL)
|
# if defined(GLM_SWIZZLE)
|
||||||
# pragma message("GLM: Swizzling operators enabled")
|
# pragma message("GLM: Swizzling operators enabled")
|
||||||
# else
|
# else
|
||||||
# pragma message("GLM: Swizzling operators disabled")
|
# pragma message("GLM: Swizzling operators disabled")
|
||||||
|
Loading…
Reference in New Issue
Block a user