mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Fake Zone callback update
This commit is contained in:
parent
c8bbea552d
commit
6b18942d13
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var GetFastValue = require('../utils/object/GetFastValue');
|
|||
var NOOP = require('../utils/NOOP');
|
||||
var Zone = require('../gameobjects/zone/Zone');
|
||||
|
||||
var tempZone = new Zone({ sys: { queueDepthSort: NOOP }}, 0, 0, 1, 1);
|
||||
var tempZone = new Zone({ sys: { queueDepthSort: NOOP, events: { once: NOOP } } }, 0, 0, 1, 1);
|
||||
|
||||
/**
|
||||
* @typedef {object} GridAlignConfig
|
||||
|
|
Loading…
Reference in a new issue