From c6e1acc697c86a03875b067e686a13ba140d7e27 Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:14:57 +0800 Subject: [PATCH] Update DebugX.base.cs --- Runtime/Gizmos/DebugX.base.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Gizmos/DebugX.base.cs b/Runtime/Gizmos/DebugX.base.cs index ab37c78..88615a3 100644 --- a/Runtime/Gizmos/DebugX.base.cs +++ b/Runtime/Gizmos/DebugX.base.cs @@ -43,7 +43,7 @@ namespace DCFApixels //} #endregion - #region Mesh //TODO потестить + #region Mesh [IN(LINE)] public DrawHandler Mesh(Mesh mesh, Vector3 position, Quaternion rotation, Vector3 size) where TMat : struct, IStaticMaterial