mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 05:58:30 +00:00
Fixed id use
This commit is contained in:
parent
ee8e264d5e
commit
a6ab61dd99
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ var Camera = new Class({
|
|||
*/
|
||||
ignore: function (gameObject)
|
||||
{
|
||||
var id = this._id;
|
||||
var id = this.id;
|
||||
|
||||
if (Array.isArray(gameObject))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue