mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed clang build
This commit is contained in:
parent
e2b75b6bf7
commit
4a28af5258
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue