Browse Source

Fixed build

Christophe Riccio 7 years ago
parent
commit
93cf0cff8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/ext/ext_quaternion_geometric.cpp

+ 1 - 1
test/ext/ext_quaternion_geometric.cpp

@@ -12,7 +12,7 @@
 
 #include <glm/gtc/quaternion.hpp>
 
-float const Epsilon = 0.001f;;
+float const Epsilon = 0.001f;
 
 static int test_angle()
 {