diff --git a/Source/Engine/Core/Math/Mathf.cs b/Source/Engine/Core/Math/Mathf.cs index 8240b02cc..529bd6ab0 100644 --- a/Source/Engine/Core/Math/Mathf.cs +++ b/Source/Engine/Core/Math/Mathf.cs @@ -39,7 +39,7 @@ namespace FlaxEngine /// /// A value specifying the golden mean /// - public const float GoldenRatio = 1.61803f; + public const float GoldenRatio = 1.6180339887f; /// /// Returns the absolute value of f.