Procházet zdrojové kódy

Remove onWindowResize() call from init in 3D Texture example

Takahiro před 6 roky
rodič
revize
2ba1f366cc
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      examples/webgl_materials_texture_3d.html

+ 0 - 1
examples/webgl_materials_texture_3d.html

@@ -160,7 +160,6 @@
 				container.appendChild( stats.dom );
 
 				window.addEventListener( 'resize', onWindowResize, false );
-				onWindowResize();
 
 			}