Преглед изворни кода

Fix wrong div open tag, and remove unnecessary comma in webgl_postprocessing_backgrounds

Tristan Valcke пре 8 година
родитељ
комит
c241d04d0b
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      examples/webgl_postprocessing_backgrounds.html

+ 3 - 3
examples/webgl_postprocessing_backgrounds.html

@@ -30,7 +30,8 @@
 	</head>
 	<body>
 		<div id="info">
-			<a href="http://threejs.org" target="_blank">three.js</a> - Backgrounds: ClearPass, TexturePass and CubeTexturePass by <a href="https://clara.io" target="_blank">Ben Houston</a></div>
+			<a href="http://threejs.org" target="_blank">three.js</a> - Backgrounds: ClearPass, TexturePass and CubeTexturePass by <a href="https://clara.io" target="_blank">Ben Houston</a>
+		</div>
 
 		<div id="container"></div>
 
@@ -69,7 +70,7 @@
 				cubeTexturePass: true,
 				cubeTexturePassOpacity: 1.0,
 
-				renderPass: true,
+				renderPass: true
 
 				//autoRotate: true,
 
@@ -279,6 +280,5 @@
 			}
 
 		</script>
-		<div>
 	</body>
 </html>