Fixed clang build

master
Christophe Riccio ago%!(EXTRA string=7 years)
parent e2b75b6bf7
commit 4a28af5258
  1. 2
      test/gtx/gtx_easing.cpp

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

Loading…
Cancel
Save