diff --git a/Runtime/Core/VectorHash.cs b/Runtime/Core/VectorHash.cs index 03246d360..4281d3828 100644 --- a/Runtime/Core/VectorHash.cs +++ b/Runtime/Core/VectorHash.cs @@ -9,7 +9,7 @@ namespace UnityEngine.ProBuilder /// static class VectorHash { - public const float FltCompareResolution = 1000f; + public const float FltCompareResolution = 1000000f; static int HashFloat(float f) {