summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-27 16:24:36 -0500
committersanine-a <sanine.not@pm.me>2020-10-27 16:24:36 -0500
commit31e715cc8a2849c059cc46cf51b301f663a953b1 (patch)
treeeea24cf268ead8e6cb99e3070b8ee31e456a6f1c /src/common.h
parentf04b0943c0134da93512fa7eef589047984d592b (diff)
refactor cglm bindings to not allocate memory
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index e74e824..556304f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -22,6 +22,7 @@
#include <GLFW/glfw3.h>
// c opengl mathematics function
+#define CGLM_ALL_UNALIGNED
#include <cglm/cglm.h>
#include <cglm/call.h>