Remove GLM_FORCE_PURE as a experiment

This commit is contained in:
Marek Roszko 2021-02-14 14:56:49 -05:00
parent 339864f843
commit 53571bf742
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@
#define GLM_FORCE_RADIANS
// Disable SIMD detection
#define GLM_FORCE_PURE
#include <glm/glm.hpp>
#include <glm/ext.hpp>