|
@@ -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() {
|