Fixed warnings

This commit is contained in:
Christophe Riccio
2017-08-09 22:40:33 +02:00
parent b936761960
commit 5d77861141
4 changed files with 18 additions and 16 deletions

View File

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