Added an accessor for the stats view object.

Necessary if you want to move these things around
to different places on the screen.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9184 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
PSp..om 13 years ago
parent aebe0161d4
commit f07446e0d4
  1. 4
      engine/src/core/com/jme3/app/StatsAppState.java

@ -83,6 +83,10 @@ public class StatsAppState extends AbstractAppState {
return fpsText;
}
public StatsView getStatsView() {
return statsView;
}
public float getSecondCounter() {
return secondCounter;
}

Loading…
Cancel
Save