From 2e3a2385f2d9fc0739404a9eb934622ef0d31e90 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 23 Jan 2024 14:35:57 +0900 Subject: [PATCH] Update submodule glm --- src/shape.cpp | 1 + third_party/glm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shape.cpp b/src/shape.cpp index 3f6d4cb..5aa51b8 100644 --- a/src/shape.cpp +++ b/src/shape.cpp @@ -3,6 +3,7 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Weffc++" #include +#define GLM_ENABLE_EXPERIMENTAL #include #pragma GCC diagnostic pop diff --git a/third_party/glm b/third_party/glm index efec5db..673a963 160000 --- a/third_party/glm +++ b/third_party/glm @@ -1 +1 @@ -Subproject commit efec5db081e3aad807d0731e172ac597f6a39447 +Subproject commit 673a963a0f1eb82f5fcef00b7b873371555e5814