xzw 4 роки тому
батько
коміт
075cee24ac

Різницю між файлами не показано, бо вона завелика
+ 5 - 0
web/public/static/js/lib/stats.min.js


+ 4 - 0
web/public/static/js/main_2020_show.js

@@ -24547,6 +24547,9 @@ window.Modernizr = function(n, e, t) {
             }
             u.profiling.enabled && this.overrideTextures(),
             e.appendChild(this.renderer.domElement)
+            
+             window.stats = new Stats();  
+            e.appendChild( stats.dom );
         }
         ,
         n.prototype.overrideTextures = function() {
@@ -25161,6 +25164,7 @@ window.Modernizr = function(n, e, t) {
             this.updateComponents(),
             this.updateTextureMemory(),
             this.render(),
+            window.stats && stats.update(),
             this.emit(a.AfterRender))
         };
         n.prototype.getImageData = function() {