mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-18 05:18:08 +00:00
Remove shared pointer, ODR of componentType variable
This commit is contained in:
@@ -102,7 +102,6 @@ Entity::Entity(const LWOOBJID& objectID, EntityInfo info, Entity* parentEntity)
|
||||
m_ChildEntities = {};
|
||||
m_ScheduleKiller = nullptr;
|
||||
m_TargetsInPhantom = {};
|
||||
m_Components = {};
|
||||
m_DieCallbacks = {};
|
||||
m_PhantomCollisionCallbacks = {};
|
||||
m_IsParentChildDirty = true;
|
||||
|
Reference in New Issue
Block a user