sunag 8 年之前
父节点
当前提交
09f149d93a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/nodes/materials/SpriteNode.js

+ 1 - 1
examples/js/nodes/materials/SpriteNode.js

@@ -61,7 +61,7 @@ THREE.SpriteNode.prototype.build = function ( builder ) {
 			'modelMtx[3][0] = 0.0;',
 			'modelMtx[3][1] = 0.0;',
 			'modelMtx[3][2] = 0.0;'
-);
+		);
 
 		if ( ! this.spherical ) {