This commit is contained in:
Krzysztof Opalka 2013-05-07 19:23:56 +02:00
parent ba5a79c606
commit 42eb9bc5cf

View file

@ -23,8 +23,8 @@ PIXI.Text = function(text, style)
this.setText(text);
this.setStyle(style);
//this.updateText();
this.dirty = true;
this.updateText();
this.dirty = false;
};
// constructor