Browse Source

Update stats in reder

Marco Fugaro 5 years ago
parent
commit
2508e47271
1 changed files with 1 additions and 0 deletions
  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();
 
 			}