I fucking hate collisions

This commit is contained in:
Kayne Ruse
2014-12-27 20:27:24 +11:00
parent 8bf45bc8e4
commit 7c51f820d5
4 changed files with 27 additions and 10 deletions
+1 -5
View File
@@ -154,11 +154,7 @@ void InWorld::Update() {
//update all entities
for (auto& it : characterMap) {
//skip this player's character
if (it.first == characterIndex) {
continue;
}
it.second.Update();
// it.second.Update();
}
for (auto& it : monsterMap) {
it.second.Update();