Browse Source

Removed unneeded code from buffergeometry example.

Mr.doob 13 years ago
parent
commit
2a870f7794
1 changed files with 0 additions and 3 deletions
  1. 0 3
      examples/webgl_buffergeometry.html

+ 0 - 3
examples/webgl_buffergeometry.html

@@ -275,9 +275,6 @@
 
 
 			function onWindowResize() {
 			function onWindowResize() {
 
 
-				windowHalfX = window.innerWidth / 2;
-				windowHalfY = window.innerHeight / 2;
-
 				camera.aspect = window.innerWidth / window.innerHeight;
 				camera.aspect = window.innerWidth / window.innerHeight;
 				camera.updateProjectionMatrix();
 				camera.updateProjectionMatrix();