Skip to content

Commit

Permalink
Test_NavMesh: add ConstantVerifierState
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Oct 16, 2023
1 parent 0369ce8 commit efada85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/jme3/recast4j/demo/Test_NavMesh.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.jme3.app.DebugKeysAppState;
import com.jme3.app.SimpleApplication;
import com.jme3.app.StatsAppState;
import com.jme3.app.state.ConstantVerifierState;
import com.jme3.audio.AudioListenerState;
import com.jme3.bounding.BoundingBox;
import com.jme3.bullet.BulletAppState;
Expand Down Expand Up @@ -50,6 +51,7 @@ public Test_NavMesh() {
super(new StatsAppState(),
new AudioListenerState(),
new DebugKeysAppState(),
new ConstantVerifierState(),
new NavState(),
new LemurConfigState(),
new ThirdPersonCamState()
Expand Down

0 comments on commit efada85

Please sign in to comment.