Merge remote-tracking branch 'origin/master' into Sound

Conflicts:
	include/Core/Engine.h
This commit is contained in:
Stiffly
2015-09-17 13:18:56 +02:00
44 changed files with 18806 additions and 228 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ void dd::World::Initialize()
}
}
void dd::World::CommitEntity(EntityID entity)
int dd::World::CommitEntity(EntityID entity)
{
for (auto pair : m_Systems)
{