Cleanup metadata + xform on entitytest (#18396)

This commit is contained in:
metalgearsloth 2023-07-30 20:29:33 +10:00 committed by GitHub
parent f604d48c2e
commit c00601acfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ namespace Content.IntegrationTests.Tests
// such as MetaData or Transform
if (entityManager.HasComponent(entity, type))
{
entityManager.DeleteEntity(entity);
continue;
}