From 7b8d1355460b3e7946507c3fdd4d971fcd260544 Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Mon, 12 May 2025 18:40:58 +0800 Subject: [PATCH] fix --- src/Pools/EcsPool.cs | 4 ++-- src/Utils/DependencyGraph.cs.meta | 2 ++ src/Utils/LayersMap.cs.meta | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/Utils/DependencyGraph.cs.meta create mode 100644 src/Utils/LayersMap.cs.meta diff --git a/src/Pools/EcsPool.cs b/src/Pools/EcsPool.cs index 68b70af..2db9b52 100644 --- a/src/Pools/EcsPool.cs +++ b/src/Pools/EcsPool.cs @@ -259,7 +259,7 @@ namespace DCFApixels.DragonECS #elif DRAGONECS_STABILITY_MODE if (_isLocked) { return; } #endif - _recycledItemsCount = 0; // ������� ����� ����������, ��� ��� Del �� �������� + //_recycledItemsCount = 0; // ������� ����� ����������, ��� ��� Del �� �������� if (_itemsCount <= 0) { return; } var span = _source.Where(out SingleAspect _); foreach (var entityID in span) @@ -273,7 +273,7 @@ namespace DCFApixels.DragonECS #endif } _itemsCount = 0; - _recycledItemsCount = 0; + //_recycledItemsCount = 0; } #endregion diff --git a/src/Utils/DependencyGraph.cs.meta b/src/Utils/DependencyGraph.cs.meta new file mode 100644 index 0000000..d2974d4 --- /dev/null +++ b/src/Utils/DependencyGraph.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 5b6e0bcd95bfbfa4394109d33605f667 \ No newline at end of file diff --git a/src/Utils/LayersMap.cs.meta b/src/Utils/LayersMap.cs.meta new file mode 100644 index 0000000..4284f93 --- /dev/null +++ b/src/Utils/LayersMap.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: bb02dc6e42d76c8439e8dc52a6624244 \ No newline at end of file