Mattsa008 / pybox2d

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

b2Body.CreateCircleFixture() returns None #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call CreateCircleFixture(...) on a b2Body instance
2.
3.

What is the expected output? What do you see instead?

Should return the newly created fixture object. Returns None.

What version of the product are you using? On what operating system?

revision 274 of branches/box2d_2.1

Please provide any additional information below.

See patch (attached).

Original issue reported on code.google.com by mikke...@gmail.com on 6 Oct 2010 at 8:50

Attachments:

GoogleCodeExporter commented 8 years ago
A small but significant bug, don't know how I missed it.

I'm very grateful you're trying out the SVN. Thank you! :)

Original comment by sir...@gmail.com on 6 Oct 2010 at 10:02

GoogleCodeExporter commented 8 years ago
No problem. Thanks for committing a fix. :-)

Original comment by mikke...@gmail.com on 7 Oct 2010 at 11:23

GoogleCodeExporter commented 8 years ago

Original comment by sir...@gmail.com on 11 Oct 2010 at 11:51