Browse Source

Update gtx_quaternion.cpp

CaptainCarrot 8 years ago
parent
commit
df7f6cc03c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/gtx/gtx_quaternion.cpp

+ 2 - 2
test/gtx/gtx_quaternion.cpp

@@ -90,7 +90,7 @@ int test_log()
 	return Error;
 	return Error;
 }
 }
 
 
-int test_quatLookAt()
+int test_quat_lookAt()
 {
 {
 	int Error(0);
 	int Error(0);
 
 
@@ -115,7 +115,7 @@ int main()
 	Error += test_rotation();
 	Error += test_rotation();
 	Error += test_quat_fastMix();
 	Error += test_quat_fastMix();
 	Error += test_quat_shortMix();
 	Error += test_quat_shortMix();
-	Error += test_quatLookAt();
+	Error += test_quat_lookAt();
 
 
 	return Error;
 	return Error;
 }
 }