Fix armature roll test failing on macOS

This commit is contained in:
Brecht Van Lommel 2020-04-28 13:31:48 +02:00
parent 7d1bb2edfd
commit 20100009f6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "testing/testing.h"
static const float FLOAT_EPSILON = 1e-7;
static const float FLOAT_EPSILON = 1.2e-7;
TEST(mat3_vec_to_roll, UnitMatrix)
{