mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
fix nineslice hit areas
This commit is contained in:
parent
91986c58e5
commit
835d77cb85
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ var NineSlice = new Class({
|
|||
{
|
||||
this.width = width;
|
||||
this.height = height;
|
||||
|
||||
this.updateDisplayOrigin();
|
||||
var input = this.input;
|
||||
|
||||
if (input && !input.customHitArea)
|
||||
|
|
Loading…
Reference in a new issue