Modified to use the display flag accessor instead
of directly culling the BitmapText. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9154 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
6240a51173
commit
500896e935
@ -89,7 +89,7 @@ public class CubeField extends SimpleApplication implements AnalogListener {
|
||||
Logger.getLogger("com.jme3").setLevel(Level.WARNING);
|
||||
|
||||
flyCam.setEnabled(false);
|
||||
statsView.setCullHint(CullHint.Always);
|
||||
setDisplayStatView(false);
|
||||
|
||||
Keys();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user