added ragdoll with one limb

This commit is contained in:
Jeena 2014-02-12 00:30:09 +01:00
parent b55f6d58fc
commit e488beb203
18 changed files with 511 additions and 132 deletions

View file

@ -33,7 +33,7 @@ function (Exception) {
if(options[key].constructor !== Object) {
preset[key] = options[key];
} else {
preset[key] = mergeOptions(options[key], preset[key]);
preset[key] = Options.prototype.merge.call(this, options[key], preset[key]);
}
}
}