Fixed build error
This commit is contained in:
parent
9d9a3e07c9
commit
8892c7da59
@ -220,7 +220,7 @@ int test_quat_mul()
|
|||||||
temp7 *= temp5;
|
temp7 *= temp5;
|
||||||
temp7 *= glm::inverse(temp5);
|
temp7 *= glm::inverse(temp5);
|
||||||
|
|
||||||
Error += temp7 != glm::quat(1.0f, glm::vec3(0.0, 1.0, 0.0));
|
Error += glm::any(glm::notEqual(temp7, glm::quat(1.0f, glm::vec3(0.0, 1.0, 0.0)), glm::epsilon<float>())) ? 1 : 0;
|
||||||
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user