|
@@ -22387,7 +22387,8 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
setTimeout(()=>{
|
|
|
this.qualityManager.updateMaximums()
|
|
|
- window.stats && (stats.dom.parentElement && stats.dom.parentElement.removeChild(stats.dom), window.stats = null)
|
|
|
+ // && stats.dom.parentElement.removeChild(stats.dom), window.stats = null
|
|
|
+ window.stats && (stats.dom.parentElement )
|
|
|
},6000)
|
|
|
|
|
|
var t = e.mode
|
|
@@ -22448,8 +22449,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.emit(w.PanoChosen, this.currentPano, this.currentPano),
|
|
|
this.switchCameraMode(this.mode, i),
|
|
|
this.emit(w.StartInside, o),
|
|
|
- r.resolve(!0),
|
|
|
- r
|
|
|
+ r.resolve(!0)
|
|
|
}
|
|
|
,
|
|
|
n.prototype.startInsideWithFlyin = function(e, t, i, n, r) {
|
|
@@ -24563,7 +24563,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
e.appendChild(this.renderer.domElement)
|
|
|
|
|
|
window.stats = new Stats();
|
|
|
- //e.appendChild( stats.dom );
|
|
|
+ e.appendChild( stats.dom );
|
|
|
}
|
|
|
,
|
|
|
n.prototype.overrideTextures = function() {
|