Fixed error: comparing floating point with == or != is unsafe

This commit is contained in:
Groove
2018-07-28 21:35:59 +02:00
parent b0f06b31a4
commit 2e3fc5da83
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtc/constants.hpp>
#include <glm/gtx/rotate_vector.hpp>
#include <glm/gtc/constants.hpp>
#include <glm/ext/vector_relational.hpp>
int test_rotate()
{