Skip to content

Commit 1676792

Browse files
committed
Bug fix: setExisting -> setExistingBody
1 parent dfab17f commit 1676792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/matter-js/components/SetBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ var SetBody = {
113113
break;
114114
}
115115

116-
this.setExisiting(body, config.addToWorld);
116+
this.setExistingBody(body, config.addToWorld);
117117

118118
return this;
119119
}

0 commit comments

Comments
 (0)