More wandering sprite work

This commit is contained in:
2014-06-11 21:46:48 -07:00
parent f76030f6d8
commit 561d09dcdb

View File

@@ -458,7 +458,7 @@ GameState.prototype.update = function()
this.physics.arcade.collide(x, player);
}
this.wanderingSprites.forEach(_inner_collidelayer, this);
this.wanderingSprites.forEach(_inner_collide, this);
this.updateShadowTexture();
}