fix small bug in world

This commit is contained in:
Brian Delhaisse
2019-07-15 22:30:41 +02:00
parent 68528acfc2
commit cd49a4c059
+1 -1
View File
@@ -390,7 +390,7 @@ class World(object):
# bridge.step()
# call the step method for each body
for body in self.bodies:
for body in self.bodies.values():
body.step()
# call simulation step