EXRLoader: modularize

上级 f6748905
......@@ -2078,13 +2078,11 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype
} else if ( type === 'preview' ) {
offset.value += size;
return `[skipped]`;
return 'skipped';
} else {
offset.value += size;
return undefined;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册