mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Fixed build
This commit is contained in:
parent
9abf4a5d68
commit
93cf0cff8b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <glm/gtc/quaternion.hpp>
|
||||
|
||||
float const Epsilon = 0.001f;;
|
||||
float const Epsilon = 0.001f;
|
||||
|
||||
static int test_angle()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue