Update fix for #926 for 3.0 codeline

This commit is contained in:
kpdecker
2014-12-17 00:40:28 -06:00
parent 59e80c5103
commit 6d2239d8ac
@@ -697,7 +697,7 @@ JavaScriptCompiler.prototype = {
child.index = index;
child.name = 'program' + index;
this.useDepths = this.useDepths || child.depths.list.length;
this.useDepths = this.useDepths || child.useDepths;
}
}
},