提交 6f9e06b0 编写于 作者: D David Peicho

VTKLoader: fix POLYDATA comparison failing with unicode character

上级 f97e03cc
......@@ -92,7 +92,7 @@ THREE.VTKLoader.prototype = Object.assign( Object.create( THREE.Loader.prototype
for ( var i in lines ) {
var line = lines[ i ];
var line = lines[ i ].trim();
if ( line.indexOf( 'DATASET' ) === 0 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册