|
@@ -22385,7 +22385,10 @@ window.Modernizr = function(n, e, t) {
|
|
|
//loadVideo();//add
|
|
|
//-------------------
|
|
|
|
|
|
-
|
|
|
+ setTimeout(()=>{
|
|
|
+ this.qualityManager.updateMaximums()
|
|
|
+ window.stats && (stats.dom.parentElement.removeChild(stats.dom), window.stats = null)
|
|
|
+ },6000)
|
|
|
|
|
|
var t = e.mode
|
|
|
, i = e.pano
|
|
@@ -28120,8 +28123,13 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.highQualityThreshold = a.valueFromHash("threshold2k", s.windowHeightHighQualityThreshold),
|
|
|
this.updateMaximums(),
|
|
|
e.on(c.ActiveModelChanged, this.onModelChanged.bind(this))
|
|
|
+
|
|
|
}
|
|
|
,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
n.prototype.updateFromModel = function(e) {
|
|
|
this.updateHighResolutionSettings(e),
|
|
|
this.updateUltraHighResolutionSettings(e)
|