|
@@ -14,7 +14,9 @@ class Pygame(XyzPygame):
|
14
|
14
|
def receive(self, actions_done):
|
15
|
15
|
super().receive(actions_done)
|
16
|
16
|
if self._is_display_pheromones:
|
17
|
|
- pheromones_positions = self._context.metas.list.get(PHEROMON_POSITIONS, PHEROMON_POSITIONS, allow_empty=True)
|
|
17
|
+ pheromones_positions = self._context.metas.list.get(PHEROMON_POSITIONS,
|
|
18
|
+ PHEROMON_POSITIONS,
|
|
19
|
+ allow_empty=True)
|
18
|
20
|
self._display_pheromones(pheromones_positions, self._context)
|
19
|
21
|
|
20
|
22
|
def _display_pheromones(self, pheromones_positions, context):
|