Update core_func_common.cpp

master
Giuseppe Barbieri ago%!(EXTRA string=7 years) committed by GitHub
parent 0f956f6dbc
commit b2a1d7a293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/core_func_common.cpp

@ -235,7 +235,7 @@ namespace floatBitsToUint
{
float A = 1.0f;
glm::uint B = glm::floatBitsToUint(A);
float C = glm::intBitsToFloat(B);
float C = glm::uintBitsToFloat(B);
Error += glm::epsilonEqual(A, C, 0.0001f) ? 0 : 1;
}

Loading…
Cancel
Save