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