Skip to content

Commit

Permalink
fix for issue #988 (assertion failure in jme3test.games.CubeField)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 31, 2018
1 parent 1f02567 commit 44801da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jme3-examples/src/main/java/jme3test/games/CubeField.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ else if(difficulty>lowCap){
//better way to check collision
Geometry playerModel = (Geometry) player.getChild(0);
Geometry cubeModel = cubeField.get(i);
cubeModel.updateGeometricState();

BoundingVolume pVol = playerModel.getWorldBound();
BoundingVolume vVol = cubeModel.getWorldBound();
Expand Down

0 comments on commit 44801da

Please sign in to comment.