X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fimpl.py;h=0c40f1ebd2596752ab10861f9042cdb6c82cfd31;hp=a2e8decebd9f970dab01ee170e0e013bf1ee7972;hb=HEAD;hpb=261aefba910dfd4511284c48e5e0b136a1f7f32a diff --git a/bulletml/impl.py b/bulletml/impl.py index a2e8dec..0c40f1e 100644 --- a/bulletml/impl.py +++ b/bulletml/impl.py @@ -223,6 +223,9 @@ class Bullet(object): for action in self.actions: action.step(self, created) finished = finished and action.finished + if finished: + for action in self.actions: + finished = finished and action.finished self.finished = finished speed = self.speed