Return a string so other methods don't crash

This commit is contained in:
Jordan Eldredge 2019-09-14 20:10:32 -07:00
parent 442de3243f
commit ed8409b644

View file

@ -23,7 +23,7 @@ class Text extends GuiObject {
gettext() {
unimplementedWarning("gettext");
return;
return "";
}
gettextwidth() {