mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
No such property as target
, swap to _follow
.
This commit is contained in:
parent
f8cda698e4
commit
9a76f40f55
1 changed files with 3 additions and 3 deletions
|
@ -1210,11 +1210,11 @@ var Camera = new Class({
|
|||
|
||||
this.culledObjects = [];
|
||||
|
||||
this.target = undefined;
|
||||
this._follow = null;
|
||||
|
||||
this._bounds = undefined;
|
||||
this._bounds = null;
|
||||
|
||||
this.scene = undefined;
|
||||
this.scene = null;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue