Bugfix: issue #556 (StatsAppState.setFont() visibility) in trunk
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11097 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
bff90dc9ee
commit
acf255ab9b
@ -81,7 +81,7 @@ public class StatsAppState extends AbstractAppState {
|
|||||||
* is because several applications expect to directly access
|
* is because several applications expect to directly access
|
||||||
* fpsText... unfortunately.
|
* fpsText... unfortunately.
|
||||||
*/
|
*/
|
||||||
void setFont( BitmapFont guiFont ) {
|
public void setFont( BitmapFont guiFont ) {
|
||||||
this.guiFont = guiFont;
|
this.guiFont = guiFont;
|
||||||
this.fpsText = new BitmapText(guiFont, false);
|
this.fpsText = new BitmapText(guiFont, false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user