mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Merge pull request #3927 from TadejZupancic/patch-11
Wrong bounds/displayOrigin on BitmapText text change
This commit is contained in:
commit
e71d72ec66
1 changed files with 2 additions and 2 deletions
|
@ -340,9 +340,9 @@ var BitmapText = new Class({
|
|||
{
|
||||
this._text = value.toString();
|
||||
|
||||
this.updateDisplayOrigin();
|
||||
|
||||
this._dirty = true;
|
||||
|
||||
this.updateDisplayOrigin();
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Reference in a new issue