Skip to content

Commit

Permalink
TestRagDoll: solve UnsatisfiedLinkError during initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 19, 2021
1 parent e3b52e6 commit a183864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/
public class TestRagDoll extends SimpleApplication implements ActionListener {

private BulletAppState bulletAppState = new BulletAppState();
private BulletAppState bulletAppState;
final private Node ragDoll = new Node();
private Node shoulders;
final private Vector3f upforce = new Vector3f(0, 200, 0);
Expand Down

0 comments on commit a183864

Please sign in to comment.