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

View file

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