mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #739 from OpherV/patch-1
Fixed typo in world.setMaterial
This commit is contained in:
commit
92f1030363
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ Phaser.Physics.P2.prototype = {
|
|||
|
||||
while (i--)
|
||||
{
|
||||
bodies.setMaterial(material);
|
||||
bodies[i].setMaterial(material);
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue