Merge pull request #526 from IndiumGames/fix-define-name

Fix #ifdef (had old name) #526
This commit is contained in:
Christophe 2016-07-17 22:30:10 +02:00 committed by GitHub
commit dcb6a006ca

View File

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