Marco Fugaro пре 5 година
родитељ
комит
2508e47271
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/webgl_shadow_contact.html

+ 1 - 0
examples/webgl_shadow_contact.html

@@ -270,6 +270,7 @@
 				scene.background = initialBackground;
 
 				renderer.render( scene, camera );
+				stats.update();
 
 			}