A3XX: Necolatis' hackCanvas fix route drawing issue

This commit is contained in:
Joshua Davidson 2017-09-29 18:04:31 -04:00
parent e492b0247d
commit 1cde6a9543
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ canvas.Text.setText = func (text) {
me._lastText = text;
me.set("text", typeof(text) == 'scalar' ? text : "");
};
canvas.Element._lastVisible = 1;
canvas.Element._lastVisible = nil;
canvas.Element.show = func () {
if (1 == me._lastVisible) {return me;}
me._lastVisible = 1;

View file

@ -1 +1 @@
2002
2003