Compare commits

1 Commits

Author SHA1 Message Date
c5ae1c3341 Fixed double inline when comiling without constexpr. 2023-11-26 15:13:52 +01:00

View File

@@ -321,7 +321,7 @@
# define GLM_MATH_CONSTEXPR GLM_CONSTEXPR # define GLM_MATH_CONSTEXPR GLM_CONSTEXPR
# define GLM_MATH_BASE_NS gcem # define GLM_MATH_BASE_NS gcem
#else #else
# define GLM_MATH_CONSTEXPR GLM_INLINE # define GLM_MATH_CONSTEXPR
# define GLM_MATH_BASE_NS std # define GLM_MATH_BASE_NS std
#endif #endif