mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Always enable swizzle operators
This commit is contained in:
parent
9e7e7ceafd
commit
e8f0499e2a
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@
|
|||
/// @ingroup core
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef GLM_SWIZZLE
|
||||
# define GLM_SWIZZLE
|
||||
#endif
|
||||
|
||||
#include "core/_fixes.hpp"
|
||||
|
||||
#ifndef glm_glm
|
||||
|
|
Loading…
Add table
Reference in a new issue