Archived
0

fix: not set string

This commit is contained in:
2015-09-19 10:46:12 +00:00
parent 1fd44a1e72
commit cca077d8b5

View File

@@ -14,6 +14,7 @@ public class SimpleText implements Renderable {
public SimpleText(String string, FontEngine engine) { public SimpleText(String string, FontEngine engine) {
this.engine = engine; this.engine = engine;
setString(string);
} }
public void setString(String string) { public void setString(String string) {