Tiny Text fix
This commit is contained in:
parent
b378c1ab85
commit
ba5a79c606
13 changed files with 25 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue