Skip to content

Commit

Permalink
Merge pull request #446 from NemesisMate/patch-6
Browse files Browse the repository at this point in the history
Missing getHeight present on jbullet
  • Loading branch information
shadowislord committed Mar 12, 2016
2 parents e0ffff3 + 5c1d442 commit 93b7be9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ public ConeCollisionShape(float radius, float height) {
public float getRadius() {
return radius;
}

public float getHeight() {
return height;
}

public void write(JmeExporter ex) throws IOException {
super.write(ex);
Expand Down

0 comments on commit 93b7be9

Please sign in to comment.