Explorar el Código

Remove unnecessary comma in webgl_materials_parallaxmap

Tristan Valcke hace 8 años
padre
commit
8ed85e8e66
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_materials_parallaxmap.html

+ 1 - 1
examples/webgl_materials_parallaxmap.html

@@ -65,7 +65,7 @@
 				'mode': 'relief',
 				'scale': 0.005,
 				'minLayers': 20,
-				'maxLayers': 25,
+				'maxLayers': 25
 			};
 
 			init();