Fixed clang build

This commit is contained in:
Christophe Riccio 2018-05-08 14:37:51 +02:00
parent e2b75b6bf7
commit 4a28af5258

View File

@ -9,7 +9,7 @@ namespace
template<typename T> template<typename T>
void _test_easing() void _test_easing()
{ {
T a = static_cast<float>(0.5); T a = static_cast<T>(0.5);
T r; T r;
r = glm::linearInterpolation(a); r = glm::linearInterpolation(a);