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:
-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)
{