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

View File

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