From 2c30f48900ea9ee88bef33da563852c2b2cc37a3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Thu, 12 Aug 2021 13:51:06 +0200 Subject: [PATCH] Tweak --- Source/Engine/Core/Math/Mathf.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Core/Math/Mathf.cs b/Source/Engine/Core/Math/Mathf.cs index 93e0ff8a4..488c46777 100644 --- a/Source/Engine/Core/Math/Mathf.cs +++ b/Source/Engine/Core/Math/Mathf.cs @@ -6,7 +6,7 @@ using System.ComponentModel; namespace FlaxEngine { /// - /// A collection of common math functions. + /// A collection of common math functions on single floating-points. /// [HideInEditor] public static class Mathf