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:
PSp..om 2012-02-17 00:05:30 +00:00
parent 6240a51173
commit 500896e935

View File

@ -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();