chore: Another Code Style Mistake

This commit is contained in:
Syntriax 2024-10-20 15:11:51 +03:00
parent eca23c5b89
commit fc34a60f30
1 changed files with 0 additions and 1 deletions

View File

@ -197,5 +197,4 @@ public static class Math
/// <param name="x">The number.</param> /// <param name="x">The number.</param>
/// <returns>The integral part of <paramref name="x"/>.</returns> /// <returns>The integral part of <paramref name="x"/>.</returns>
public static float Truncate(float x) => MathF.Truncate(x); public static float Truncate(float x) => MathF.Truncate(x);
} }