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
@ -83,6 +83,10 @@ public class StatsAppState extends AbstractAppState {
|
|||||||
return fpsText;
|
return fpsText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public StatsView getStatsView() {
|
||||||
|
return statsView;
|
||||||
|
}
|
||||||
|
|
||||||
public float getSecondCounter() {
|
public float getSecondCounter() {
|
||||||
return secondCounter;
|
return secondCounter;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user