Selaa lähdekoodia

Update stats in reder

Marco Fugaro 5 vuotta sitten
vanhempi
commit
2508e47271
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      examples/webgl_shadow_contact.html

+ 1 - 0
examples/webgl_shadow_contact.html

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