2
0
Эх сурвалжийг харах

Remove unnecessary comma in BokehShader2

Tristan Valcke 8 жил өмнө
parent
commit
1ff4e4568d

+ 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() }
 
 
 	},