Explorar o código

Remove unnecessary comma in BokehShader2

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
1ff4e4568d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() }
 
 
 	},