Skip to content
Snippets Groups Projects
Commit d399c646 authored by alja's avatar alja Committed by Sergey Linev
Browse files

Add finally in parseAtts

parent 763523c9
No related branches found
No related tags found
No related merge requests found
......@@ -178,8 +178,10 @@ THREE.OutlinePass.prototype = Object.assign(Object.create(THREE.Pass.prototype),
}
}
catch (e) {
console.log("TREE.OutlinePass.parseAtts ", e);
}
console.log("TREE.OutlinePass.parseAtts ", e);
}
finally {
}
},
checkForCustomAtts: function(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment