Tiny Text fix

This commit is contained in:
Mat Groves 2013-05-06 22:07:34 +01:00
parent b378c1ab85
commit ba5a79c606
13 changed files with 25 additions and 25 deletions

View file

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