Cleanup metadata + xform on entitytest (#18396)
This commit is contained in:
parent
f604d48c2e
commit
c00601acfc
|
|
@ -271,6 +271,7 @@ namespace Content.IntegrationTests.Tests
|
|||
// such as MetaData or Transform
|
||||
if (entityManager.HasComponent(entity, type))
|
||||
{
|
||||
entityManager.DeleteEntity(entity);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue