Nibbla / jbullet-jme

Automatically exported from code.google.com/p/jbullet-jme
0 stars 0 forks source link

BUG: PhysicsSpace.setGravity(...) leads to stack overflow #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
- Bug Report

If you want to manually set the gravity a stack overflow occurs cause the
wrong setGravity-method is called. To reproduce:

final PhysicsSpace pSpace=PhysicsSpace.getPhysicsSpace();
pSpace.setGravity(Vector3f.ZERO.clone()); 

As attachment the fixing patch

Original issue reported on code.google.com by thomas.t...@googlemail.com on 16 Jan 2010 at 1:53

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r359.

Original comment by normen667 on 16 Jan 2010 at 3:32