Fixes #108
This commit is contained in:
parent
ba5a79c606
commit
42eb9bc5cf
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ PIXI.Text = function(text, style)
|
||||||
|
|
||||||
this.setText(text);
|
this.setText(text);
|
||||||
this.setStyle(style);
|
this.setStyle(style);
|
||||||
//this.updateText();
|
this.updateText();
|
||||||
this.dirty = true;
|
this.dirty = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue