We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efdc3b commit bdbb218Copy full SHA for bdbb218
1 file changed
com.unity.netcode.gameobjects/Tests/Runtime/TransformInterpolationTests.cs
@@ -14,7 +14,7 @@ internal class TransformInterpolationObject : NetworkTransform
14
public static bool TestComplete = false;
15
// Set the minimum threshold which we will use as our margin of error
16
#if UNITY_EDITOR
17
- public const float MinThreshold = 0.005f;
+ public const float MinThreshold = 0.00555555f;
18
#else
19
// Add additional room for error on console tests
20
public const float MinThreshold = 0.009999f;
0 commit comments