Wrap tvec3's static constants in GLM_STATIC_CONST_MEMBERS

- Fixed the indentation, too
This commit is contained in:
Jesse Talavera-Greenberg
2015-10-05 18:24:31 -04:00
parent 4552ec737e
commit 8be318970c
3 changed files with 21 additions and 16 deletions

View File

@@ -33,6 +33,7 @@
# define GLM_META_PROG_HELPERS
#endif
#define GLM_SWIZZLE
#define GLM_STATIC_CONST_MEMBERS
#include <glm/vector_relational.hpp>
#include <glm/geometric.hpp>
#include <glm/vec2.hpp>