sunag 8 лет назад
Родитель
Сommit
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 ) {