Fixed build on GCC

This commit is contained in:
Christophe Riccio
2014-01-11 19:45:40 +01:00
parent f2bce9c8fa
commit 3394af0cf2
5 changed files with 24 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ int test_vec2_cast()
my_vec2 I;
glm::vec2 J = static_cast<glm::vec2>(I);
glm::vec2 K(7.8);
glm::vec2 K(7.8f);
int Error(0);