提交 57b27c0d 编写于 作者: T Tristan Valcke

Remove duplicate case, and add missing semicolon in Volume

上级 950c6b46
......@@ -75,7 +75,6 @@ THREE.Volume = function( xLength, yLength, zLength, type, arrayBuffer ) {
case 'uint32' :
case 'uint' :
case 'unsigned int' :
case 'uint32' :
case 'uint32_t' :
this.data = new Uint32Array( arrayBuffer );
break;
......@@ -188,7 +187,7 @@ THREE.Volume = function( xLength, yLength, zLength, type, arrayBuffer ) {
* @member {Array} RASDimensions This array holds the dimensions of the volume in the RAS space
*/
}
};
THREE.Volume.prototype = {
......@@ -445,4 +444,4 @@ THREE.Volume.prototype = {
}
}
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册