From fc34a60f30279aefec81acdfabad4ddc30240965 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sun, 20 Oct 2024 15:11:51 +0300 Subject: [PATCH] chore: Another Code Style Mistake --- Engine.Core/Math.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Engine.Core/Math.cs b/Engine.Core/Math.cs index 1412bc3..6ab67bb 100644 --- a/Engine.Core/Math.cs +++ b/Engine.Core/Math.cs @@ -197,5 +197,4 @@ public static class Math /// The number. /// The integral part of . public static float Truncate(float x) => MathF.Truncate(x); - }