Ver Fonte

Remove unnecessary comma in webgl_materials_parallaxmap

Tristan Valcke há 8 anos atrás
pai
commit
8ed85e8e66
1 ficheiros alterados com 1 adições e 1 exclusões
  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();