fix nineslice hit areas

This commit is contained in:
Dhashvir Lalla 2024-01-15 05:16:56 +11:00
parent 91986c58e5
commit 835d77cb85

View file

@ -839,7 +839,7 @@ var NineSlice = new Class({
{
this.width = width;
this.height = height;
this.updateDisplayOrigin();
var input = this.input;
if (input && !input.customHitArea)