Bug fix: setExisting -> setExistingBody

This commit is contained in:
Michael Hadley 2018-01-28 08:06:05 -06:00
parent dfab17fb7a
commit 16767927cb

View file

@ -113,7 +113,7 @@ var SetBody = {
break;
}
this.setExisiting(body, config.addToWorld);
this.setExistingBody(body, config.addToWorld);
return this;
}