diff --git a/src/Magnum/Animation/Test/PlayerTest.cpp b/src/Magnum/Animation/Test/PlayerTest.cpp index e61bf49d5..5a8ac5133 100644 --- a/src/Magnum/Animation/Test/PlayerTest.cpp +++ b/src/Magnum/Animation/Test/PlayerTest.cpp @@ -77,7 +77,7 @@ namespace { std::chrono::nanoseconds offsetChrono; bool failsFloat, failsFuzzyFloat; } RunFor100YearsData[]{ - {"0", {}, {}, false, false}, + {"0", 0.0f, {}, false, false}, {"1 minute", 60.0f, std::chrono::minutes{1}, false, false}, {"5 minutes", 5.0f*60.0f, std::chrono::minutes{5}, true, false}, {"30 minutes", 30.0f*60.0f, std::chrono::minutes{30}, true, false},