mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Just updateDisplayOrigin without defaults Fix #6655
This commit is contained in:
parent
4d50ececdd
commit
77778a07aa
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ var NineSlice = new Class({
|
|||
|
||||
this.setSlices(width, height, leftWidth, rightWidth, topHeight, bottomHeight, false);
|
||||
|
||||
this.setOrigin(0.5, 0.5);
|
||||
this.updateDisplayOrigin();
|
||||
|
||||
this.initPipeline();
|
||||
this.initPostPipeline();
|
||||
|
|
Loading…
Reference in a new issue