From 856082d1aaae7e8f85ae4b8eac0eb45c2f2dd0b3 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 12 Sep 2024 04:05:43 +0800 Subject: [PATCH] Update EcsDebug.cs --- src/DebugUtils/EcsDebug.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DebugUtils/EcsDebug.cs b/src/DebugUtils/EcsDebug.cs index d87ac8f..e129f84 100644 --- a/src/DebugUtils/EcsDebug.cs +++ b/src/DebugUtils/EcsDebug.cs @@ -1,6 +1,5 @@ using DCFApixels.DragonECS.Internal; using System; -using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; @@ -215,7 +214,6 @@ namespace DCFApixels.DragonECS lock (_lock) { int id = _nameIdTable[name]; - //TODO проверить TryRemove _nameIdTable.Remove(name); _idDispenser.Release(id); OnDelProfilerMark(id);