Browse Source

Remove unnecessary comma in webgl_materials_parallaxmap

Tristan Valcke 8 years ago
parent
commit
8ed85e8e66
1 changed files with 1 additions and 1 deletions
  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();