Browse Source

remove old comment

Bastien Sevajol 8 years ago
parent
commit
fe6a33511e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      intelligine/simulation/object/brain/AntBrain.py

+ 1 - 1
intelligine/simulation/object/brain/AntBrain.py View File

@@ -32,7 +32,7 @@ class AntBrain(Brain):
32 32
     def __init__(self, context, host):
33 33
         super().__init__(context, host)
34 34
         self._movement_mode = MODE_HOME
35
-        self._distance_from_objective = 0  # TODO rename: distance_since_objective
35
+        self._distance_from_objective = 0
36 36
         self._molecule_searching = PHEROMON_DIR_EXPLO
37 37
 
38 38
     def switch_to_mode(self, mode):