From 4a28af52585a4ed2fa727ccb16fa4d5f9beb6859 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 8 May 2018 14:37:51 +0200 Subject: [PATCH] Fixed clang build --- test/gtx/gtx_easing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtx/gtx_easing.cpp b/test/gtx/gtx_easing.cpp index 79e6661a..b3e13997 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);