mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 22:48:34 +00:00
Bug fix: setExisting -> setExistingBody
This commit is contained in:
parent
dfab17fb7a
commit
16767927cb
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ var SetBody = {
|
|||
break;
|
||||
}
|
||||
|
||||
this.setExisiting(body, config.addToWorld);
|
||||
this.setExistingBody(body, config.addToWorld);
|
||||
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue