ch3ll0v3k / pybox2d

Automatically exported from code.google.com/p/pybox2d
Other
0 stars 0 forks source link

most demos don't work, small bug #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Seems like self.world.Step() takes one more argument. I had to change
elements.py in function update() to make it working:

if self.run_physics:
  self.world.Step(1.0 / fps, iterations, iterations); # added 3rd argument

Original issue reported on code.google.com by jure.vrs...@gmail.com on 26 Nov 2008 at 5:43

GoogleCodeExporter commented 8 years ago
Not a bug or related to pybox2d. See notes/changes for the version 2.0.2b0 here:

http://code.google.com/p/pybox2d/wiki/Documentation

Original comment by sir...@gmail.com on 26 Nov 2008 at 5:57