Skip to content

Commit a6ab61d

Browse files
committed
Fixed id use
1 parent ee8e264 commit a6ab61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cameras/2d/Camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ var Camera = new Class({
10611061
*/
10621062
ignore: function (gameObject)
10631063
{
1064-
var id = this._id;
1064+
var id = this.id;
10651065

10661066
if (Array.isArray(gameObject))
10671067
{

0 commit comments

Comments
 (0)