X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fimpl.py;fp=bulletml%2Fimpl.py;h=0c40f1ebd2596752ab10861f9042cdb6c82cfd31;hp=a2e8decebd9f970dab01ee170e0e013bf1ee7972;hb=4c64c8e05ac3b3c452255a4987bd67a2892a8007;hpb=62705a2613f321c698ba7194325a53d1dd0dc27a 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