Minor comment tweaks

This commit is contained in:
Kayne Ruse
2015-02-25 21:16:03 +11:00
parent 46df0f17b7
commit d8045ae339
4 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ void World::Render(SDL_Surface* const screen) {
//draw the entities
for (auto& it : characterMap) {
//TODO: (1) depth ordering
//BUG: #29 Characters (and other entities) are drawn out of order
it.second.DrawTo(screen, camera.x, camera.y);
}
for (auto& it : monsterMap) {