Updated test notice

This commit is contained in:
Christophe Riccio
2012-04-07 17:18:04 +01:00
parent 148e829e5b
commit 417692e83c
5 changed files with 34 additions and 14 deletions

View File

@@ -12,9 +12,9 @@
int main()
{
int Failed = 0;
int Error = 0;
glm::mat4 Pick = glm::pickMatrix(glm::vec2(1, 2), glm::vec2(3, 4), glm::ivec4(0, 0, 320, 240));
return Failed;
return Error;
}