We call into a library that expects StringBuffers.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4192 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -75,8 +75,8 @@ public class StatsDisplay extends Node
|
||||
}
|
||||
|
||||
protected Text _text;
|
||||
protected StringBuilder _stats = new StringBuilder();
|
||||
protected StringBuilder _temp = new StringBuilder();
|
||||
protected StringBuffer _stats = new StringBuffer();
|
||||
protected StringBuffer _temp = new StringBuffer();
|
||||
|
||||
protected static final String DEFAULT_JME_FONT =
|
||||
"rsrc/media/jme/defaultfont.tga";
|
||||
|
||||
Reference in New Issue
Block a user