Browse Source

Update gtx_matrix_interpolation.cpp

Giuseppe Barbieri 8 years ago
parent
commit
5d0fa00c39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/gtx/gtx_matrix_interpolation.cpp

+ 1 - 1
test/gtx/gtx_matrix_interpolation.cpp

@@ -24,7 +24,7 @@ int test_axisAngle()
 	float dltAngle = 0.0f;
 	glm::axisAngle(dltRotation, dltAxis, dltAngle);
 
-	std::cout << "dltAngle: (" << dltAxis.x << ", " << dltAxis.y << ", " << dltAxis.z << "), dltAngle: " << dltAngle << std::endl;
+	std::cout << "dltAxis: (" << dltAxis.x << ", " << dltAxis.y << ", " << dltAxis.z << "), dltAngle: " << dltAngle << std::endl;
 
 	glm::fquat q = glm::quat_cast(dltRotation);
 	std::cout << "q: (" << q.x << ", " << q.y << ", " << q.z << ", " << q.w << ")" << std::endl;