chore: Another Code Style Mistake
This commit is contained in:
parent
eca23c5b89
commit
fc34a60f30
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue