From: Joe Wreschnig Date: Sat, 24 Apr 2010 08:28:10 +0000 (-0700) Subject: Bullet.step: Manage finished state here. Although this increases the time spent in... X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=commitdiff_plain;h=261aefba910dfd4511284c48e5e0b136a1f7f32a;hp=261aefba910dfd4511284c48e5e0b136a1f7f32a Bullet.step: Manage finished state here. Although this increases the time spent in bullet.step, all calls to that will be followed by checks of bullet.finished anyway, and a real attribute is cheaper than the callable. ---