Bastien Sevajol преди 9 години
родител
ревизия
da47f60a08
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      intelligine/display/Pygame.py

+ 3 - 1
intelligine/display/Pygame.py Целия файл

@@ -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):