Uncommented line in destroyObject

This commit is contained in:
Waverunner
2014-03-09 14:08:43 -04:00
parent 92287f7fc9
commit 41d8fcf841
4 changed files with 8 additions and 20 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ public class ObjectService implements INetworkDispatch {
}
});
objectList.remove(object.getObjectID());
//core.simulationService.remove(object, object.getPosition().x, object.getPosition().y);
core.simulationService.remove(object, object.getPosition().x, object.getPosition().y);
}