Updated to reflect changes to JME.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3704 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-09-21 02:11:37 +00:00
parent 7f34a9cfaf
commit 103e145f1d
@@ -58,7 +58,7 @@ public class StatsDisplay extends Node
font.setEnabled(true);
_text = new Text("StatsLabel", "");
_text.setForceView(true);
_text.setCullMode(CULL_ALWAYS);
_text.setTextureCombineMode(TextureState.REPLACE);
attachChild(_text);