Merge pull request #470 from indiejones/1.2

Method expects body
This commit is contained in:
Richard Davey
2014-02-25 04:05:21 +00:00
+1 -1
View File
@@ -367,7 +367,7 @@ Phaser.Tilemap.prototype = {
if (addToWorld)
{
this.game.physics.addBody(body.data);
this.game.physics.addBody(body);
}
this.layers[layer].bodies.push(body);