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

Fix #ifdef (had old name) #526
master
Christophe ago%!(EXTRA string=9 years) committed by GitHub
commit dcb6a006ca
  1. 2
      glm/detail/type_vec4.hpp

@ -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…
Cancel
Save