sanyok_goodman

Results 2 issues of sanyok_goodman

Without Jolt: Planes fly as expected With Jolt: After some time, Planes will start to spin around X-axis, making them uncontrolable. https://user-images.githubusercontent.com/72987745/188310779-4d66bb7f-3ca0-403d-8a5c-16cb00e1a396.mp4

In new versions of pymunk, they removed '_pymunk.inf'. It can be fixed easily by replacing: > moment = _pymunk.inf to > moment = float("inf") In line 779