test: fix comparing two float values in tests

This commit is contained in:
Recep Aslantas
2018-12-05 16:34:22 +03:00
parent b23d65bef5
commit 92605f845a
5 changed files with 11 additions and 11 deletions

View File

@@ -444,7 +444,7 @@ glm_vec3_maxadd(vec3 a, vec3 b, vec3 dest) {
* it applies += operator so dest must be initialized
*
* @param[in] a vector
* @param[in] s scalar
* @param[in] b scalar
* @param[out] dest dest += min(a, b)
*/
CGLM_INLINE