Selaa lähdekoodia

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

Bastien Sevajol 7 vuotta sitten
vanhempi
commit
5da7b64c7c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      synergine2/cycle.py

+ 1 - 1
synergine2/cycle.py Näytä tiedosto

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