mirror of
https://github.com/icaven/glm.git
synced 2026-02-05 17:29:56 +08:00
Fixed build
This commit is contained in:
parent
79b433e9b0
commit
52d05aee76
@ -219,7 +219,7 @@ namespace uround
|
||||
for(float f = 0.0f; f < 3.1f; f += 0.05f)
|
||||
{
|
||||
int RoundFast = glm::uround(f);
|
||||
int RoundSTD = std::round(f);
|
||||
int RoundSTD = glm::round(f);
|
||||
Error += RoundFast == RoundSTD ? 0 : 1;
|
||||
assert(!Error);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user