"Better" lighting and stuff

This commit is contained in:
2014-03-14 03:35:52 +01:00
parent 9f2334bcb6
commit 2d5ba34a1a
6 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ protected:
EntityID m_LastEntityID;
std::stack<EntityID> m_RecycledEntityIDs;
// A bottom to top tree. A map of child entities to parent entities.
std::unordered_map<EntityID, EntityID> m_EntityParents ;
std::unordered_map<EntityID, EntityID> m_EntityParents;
std::unordered_map<EntityID, std::unordered_map<std::string, boost::any>> m_EntityProperties;
std::unordered_map<std::string, std::list<std::shared_ptr<Component>>> m_ComponentsOfType;