mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
Fix #ifdef (had old name)
This commit is contained in:
parent
a3b7bf46e7
commit
63dcf6ad77
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "type_vec.hpp"
|
||||
#ifdef GLM_SWIZZLE
|
||||
# if GLM_HAS_ANONYMOUS_UNION
|
||||
# if GLM_HAS_UNRESTRICTED_UNIONS
|
||||
# include "_swizzle.hpp"
|
||||
# else
|
||||
# include "_swizzle_func.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue