Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-04-28 14:31:48 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-04-28 14:31:59 +0300
commit20100009f6da55709f77651d856af914e80021ed (patch)
treedbfe2716e2a6a6140d6809a0f8bd2e15813161f6 /tests/gtests
parent7d1bb2edfd59c88c9755d722d7d4b9f487549bdf (diff)
Fix armature roll test failing on macOS
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/blenkernel/BKE_armature_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenkernel/BKE_armature_test.cc b/tests/gtests/blenkernel/BKE_armature_test.cc
index 0f390a471d7..ed6045081d4 100644
--- a/tests/gtests/blenkernel/BKE_armature_test.cc
+++ b/tests/gtests/blenkernel/BKE_armature_test.cc
@@ -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)
{