Update fix for #926 for 3.0 codeline
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user