Browse Source

Update webgl_camera_cinematic.html (#25869)

Remove duplicate "onWindowResize" listener.
Zach Burnaby 2 years ago
parent
commit
b0d62f5371
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_camera_cinematic.html

+ 0 - 2
examples/webgl_camera_cinematic.html

@@ -156,8 +156,6 @@
 
 
 				matChanger();
 				matChanger();
 
 
-				window.addEventListener( 'resize', onWindowResize );
-
 			}
 			}
 
 
 			function onWindowResize() {
 			function onWindowResize() {