Sfoglia il codice sorgente

Fix https://github.com/buxx/OpenCombat/issues/13

Bastien Sevajol 7 anni fa
parent
commit
5da7b64c7c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      synergine2/cycle.py

+ 1 - 1
synergine2/cycle.py Vedi File

@@ -263,7 +263,7 @@ class CycleManager(BaseObject):
263 263
         for subject in subjects:
264 264
             subject_behaviours = self.get_active_subject_behaviors(subject)
265 265
             if not subject_behaviours:
266
-                break
266
+                continue
267 267
 
268 268
             mechanisms = self.get_mechanisms_from_behaviors(subject_behaviours, subject)
269 269
             if mechanisms: