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
This commit is contained in:
parent
aebe0161d4
commit
f07446e0d4
@ -82,6 +82,10 @@ public class StatsAppState extends AbstractAppState {
|
||||
public BitmapText getFpsText() {
|
||||
return fpsText;
|
||||
}
|
||||
|
||||
public StatsView getStatsView() {
|
||||
return statsView;
|
||||
}
|
||||
|
||||
public float getSecondCounter() {
|
||||
return secondCounter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user