Browse Source

Clean up.

Mr.doob 7 years ago
parent
commit
7daf79f23e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/objects/Lensflare.js

+ 1 - 1
examples/js/objects/Lensflare.js

@@ -63,7 +63,7 @@ THREE.Lensflare = function () {
 
 			'void main() {',
 
-			'		gl_FragColor = vec4( 1.0, 0.0, 1.0, 1.0 );',
+			'	gl_FragColor = vec4( 1.0, 0.0, 1.0, 1.0 );',
 
 			'}'