Selaa lähdekoodia

Fixed example. See #5815.

Mr.doob 10 vuotta sitten
vanhempi
commit
504a44ecaa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/webgldeferred_pointlights.html

+ 1 - 1
examples/webgldeferred_pointlights.html

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