sunag 8 years ago
parent
commit
09f149d93a
1 changed files with 1 additions and 1 deletions
  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][0] = 0.0;',
 			'modelMtx[3][1] = 0.0;',
 			'modelMtx[3][1] = 0.0;',
 			'modelMtx[3][2] = 0.0;'
 			'modelMtx[3][2] = 0.0;'
-);
+		);
 
 
 		if ( ! this.spherical ) {
 		if ( ! this.spherical ) {