Fixed merge

This commit is contained in:
Christophe Riccio
2013-05-06 15:34:37 +02:00
3 changed files with 28 additions and 25 deletions

View File

@@ -27,8 +27,8 @@ int test_vec2_cast()
glm::mediump_vec2 G = static_cast<glm::mediump_vec2>(A);
glm::highp_vec2 H = static_cast<glm::highp_vec2>(A);
my_vec2 I;
glm::vec2 J = static_cast<glm::vec2>(I);
//my_vec2 I;
//glm::vec2 J = static_cast<glm::vec2>(I);
int Error(0);