diff --git a/test/gtx/gtx_matrix_interpolation.cpp b/test/gtx/gtx_matrix_interpolation.cpp index 8d3a073e..4e51dd19 100644 --- a/test/gtx/gtx_matrix_interpolation.cpp +++ b/test/gtx/gtx_matrix_interpolation.cpp @@ -110,7 +110,7 @@ static int test_rotate() int main() { int Error = 0; - + Error += test_axisAngle(); Error += test_axisAngle2(); Error += test_rotate();