Renamed test

This commit is contained in:
Christophe Riccio
2016-09-25 10:35:30 +02:00
parent f5f8620056
commit b7a286b186
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
glmCreateTestGTC(ms_vec2)
glmCreateTestGTC(bug_ms_vec_static)

View File

@@ -10,5 +10,5 @@ glm::vec2 Foo::Bar = glm::vec2(1.f, 1.f);
int main()
{
return 1;
return 0;
}