This commit is contained in:
Christophe 2024-01-17 16:23:21 +01:00
parent 96950f2e32
commit a0a840e001

View file

@ -6,6 +6,7 @@
#if GLM_COMPILER & GLM_COMPILER_CLANG
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wglobal-constructors"
# pragma clang diagnostic ignored "-Wunused-variable"
#endif
static glm::vec1 g1;