mirror of
https://github.com/wassname/phaser.git
synced 2026-07-02 17:00:42 +08:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user