Fixed entity deletion through context menu

This commit is contained in:
antopilo
2021-09-04 16:29:01 -04:00
parent a722743c5d
commit a045bc6f15
2 changed files with 58 additions and 45 deletions

View File

@@ -68,5 +68,8 @@ namespace Nuake
}
Entity::Entity() {}
Entity::Entity()
{
this->m_EntityHandle = (entt::entity)-1;
}
}