No such property as target, swap to _follow.

This commit is contained in:
Richard Davey 2018-05-24 15:33:49 +01:00
parent f8cda698e4
commit 9a76f40f55

View file

@ -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;
}
});