Fixed warnings

This commit is contained in:
Christophe Riccio
2017-08-09 22:15:01 +02:00
parent 3c7d778dba
commit b936761960
4 changed files with 12 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ void print_11bits(glm::uint const & s)
void print_value(float const & s)
{
printf("%2.5f, ", s);
printf("%2.5f, ", static_cast<double>(s);
print_bits(s);
printf(", ");
// print_11bits(detail::floatTo11bit(s));