Explorar o código

Fixed example. See #5815.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
504a44ecaa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );