Update EcsAspect.cs

This commit is contained in:
Mikhail 2024-01-04 12:12:41 +08:00 committed by GitHub
parent 43538a1f70
commit ab1eeffc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,8 +412,6 @@ namespace DCFApixels.DragonECS
private readonly EcsMaskBit[] _excChunckMasks;
private readonly int[][] _entitiesComponentMasks;
private int minCount = 0;
public Enumerator(EcsSpan span, EcsMask mask)
{
_span = span.GetEnumerator();