Skip to content

Commit

Permalink
Disabled FPS display
Browse files Browse the repository at this point in the history
  • Loading branch information
DomenicDev committed Mar 17, 2018
1 parent e4a31c9 commit b78994e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/de/gamedevbaden/crucified/tests/MainGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void simpleInitApp() {
setPauseOnLostFocus(false);
flyCam.setEnabled(false);
setDisplayStatView(false);
setDisplayFps(false);

stateManager.attach(new Initializer());
}
Expand Down

0 comments on commit b78994e

Please sign in to comment.