diff --git a/include/Engine/Core/World.h b/include/Engine/Core/World.h index ab6f43fa..1ac10df1 100644 --- a/include/Engine/Core/World.h +++ b/include/Engine/Core/World.h @@ -25,7 +25,7 @@ public: const ComponentPool& GetComponents(std::string componentType); private: - EntityID m_CurrentEntityID = 0; + EntityID m_CurrentEntityID = 1; std::unordered_map m_EntityParents; std::unordered_multimap m_EntityChildren;