This commit is contained in:
2016-03-08 18:26:03 +01:00
parent 5d53fc74cb
commit 36477abc63
10 changed files with 87 additions and 53 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
for (auto& pair : group.PureSystems) {
const std::string& componentName = pair.first;
auto& systems = pair.second;
const ComponentPool* pool = m_World->GetComponents(componentName);
ComponentPool* pool = m_World->GetComponents(componentName);
if (pool == nullptr) {
continue;
}