Browse Source

Fixed example. See #5815.

Mr.doob 10 years ago
parent
commit
504a44ecaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgldeferred_pointlights.html

+ 1 - 1
examples/webgldeferred_pointlights.html

@@ -351,7 +351,7 @@
 				windowHalfY = window.innerHeight / 2;
 				windowHalfY = window.innerHeight / 2;
 
 
 				WIDTH = window.innerWidth;
 				WIDTH = window.innerWidth;
-				HEIGHT = window.innerHeight - 2 * MARGIN;
+				HEIGHT = window.innerHeight;
 
 
 				renderer.setSize( WIDTH, HEIGHT );
 				renderer.setSize( WIDTH, HEIGHT );