SAM33 / jbox2d

Automatically exported from code.google.com/p/jbox2d
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Objects seem to be slowly moving apart from each other when stacked #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

Tony McBride <tonemcbride@yahoo.co.uk> found this bug in my C# port of jbox2d.
In ContactID.java you have a mistake:

indexA = c.indexA;
indexB = c.indexA;    // <----------- this should be c.indexB
typeA = c.typeA;
typeB = c.typeB;

Thank you

Original issue reported on code.google.com by gerich.h...@gmail.com on 17 Apr 2012 at 9:42

GoogleCodeExporter commented 8 years ago
Thanks for letting me know, this bug was killing me.  This fixes so many small 
issues!

Fixed in r598

Original comment by toucansa...@gmail.com on 17 Apr 2012 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by toucansa...@gmail.com on 17 Apr 2012 at 4:33