chore: Another Code Style Mistake
This commit is contained in:
@@ -197,5 +197,4 @@ public static class Math
|
||||
/// <param name="x">The number.</param>
|
||||
/// <returns>The integral part of <paramref name="x"/>.</returns>
|
||||
public static float Truncate(float x) => MathF.Truncate(x);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user