MSVC12 compiler compability fixes

This commit is contained in:
2015-10-06 15:27:11 +02:00
parent 6feb587380
commit 7173fdf396
12 changed files with 72 additions and 65 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ void dd::World::Initialize()
}
}
int dd::World::CommitEntity(EntityID entity)
void dd::World::CommitEntity(EntityID entity)
{
for (auto pair : m_Systems)
{