This commit is contained in:
Karpik 2025-08-11 14:45:03 +08:00 committed by GitHub
commit ae45e9fc46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1105,7 +1105,7 @@ namespace DCFApixels.DragonECS
public ReadOnlySpan<object> GetComponentsFor(int entityID)
{
int count = GetComponentTypeIDsFor_Internal(entityID, ref _componentIDsBuffer);
ArrayUtility.UpsizeWithoutCopy(ref _componentIDsBuffer, count);
ArrayUtility.UpsizeWithoutCopy(ref _componentsBuffer, count);
for (int i = 0; i < count; i++)
{