fix: not set string
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user