Преглед изворни кода

Remove unnecessary comma in BokehShader2

Tristan Valcke пре 8 година
родитељ
комит
1ff4e4568d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/shaders/BokehShader2.js

+ 1 - 1
examples/js/shaders/BokehShader2.js

@@ -44,7 +44,7 @@ THREE.BokehShader = {
 		"pentagon": { value: 0 },
 
 		"shaderFocus":  { value: 1 },
-		"focusCoords":  { value: new THREE.Vector2() },
+		"focusCoords":  { value: new THREE.Vector2() }
 
 
 	},