Browse Source

Fixed build

Christophe Riccio 14 years ago
parent
commit
3e42bea4a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core/core_type_float.cpp

+ 1 - 1
test/core/core_type_float.cpp

@@ -26,7 +26,7 @@ int test_float_precision()
 
 int test_vec2()
 {
-	glm
+	return 0;
 }
 
 int main()