mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
removed dispensable chest from ragdoll. fixes #67
This commit is contained in:
parent
9ec3324c29
commit
20ccb4c8c8
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ function (Parent, CoreItem, Settings, Nc) {
|
||||||
RagDoll.prototype = Object.create(Parent.prototype);
|
RagDoll.prototype = Object.create(Parent.prototype);
|
||||||
|
|
||||||
RagDoll.prototype.createMesh = function() {
|
RagDoll.prototype.createMesh = function() {
|
||||||
this.createLimbMesh("chest");
|
|
||||||
for(var name in this.options.limbs) {
|
for(var name in this.options.limbs) {
|
||||||
this.createLimbMesh(name);
|
this.createLimbMesh(name);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue