Browse Source

Remove unnecessary comma in webgl_shaders_ocean

Tristan Valcke 8 years ago
parent
commit
616d54fc9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_shaders_ocean.html

+ 1 - 1
examples/webgl_shaders_ocean.html

@@ -108,7 +108,7 @@
 					sunDirection: light.position.clone().normalize(),
 					sunColor: 0xffffff,
 					waterColor: 0x001e0f,
-					distortionScale: 50.0,
+					distortionScale: 50.0
 				} );