diff --git a/test/gtx/gtx_easing.cpp b/test/gtx/gtx_easing.cpp index 79e6661a0..b3e13997e 100644 --- a/test/gtx/gtx_easing.cpp +++ b/test/gtx/gtx_easing.cpp @@ -9,7 +9,7 @@ namespace template void _test_easing() { - T a = static_cast(0.5); + T a = static_cast(0.5); T r; r = glm::linearInterpolation(a);