Browse Source

Examples: Clean up

Mugen87 7 years ago
parent
commit
f9dfb6523e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_framebuffer_texture.html

+ 0 - 1
examples/webgl_framebuffer_texture.html

@@ -53,7 +53,6 @@
 	</head>
 	<body>
 
-		<div id="container"></div>
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener noreferrer">three.js</a> framebuffer to texture <br/>
 			The area of the white square is copied from the framebuffer to a texture (shown in the top-left corner).