removed dispensable chest from ragdoll. fixes #67

This commit is contained in:
logsol 2014-06-07 12:46:34 +02:00
parent 9ec3324c29
commit 20ccb4c8c8

View file

@ -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);
} }