xzw 11 月之前
父节点
当前提交
aaef22a896
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scene/public/static/js/main_2020_show.js

+ 1 - 0
scene/public/static/js/main_2020_show.js

@@ -18869,6 +18869,7 @@ window.Modernizr = function(n, e, t) {
             this.transition = null
             this.transition = null
         }
         }
         n.prototype = Object.create(r.Object3D.prototype),
         n.prototype = Object.create(r.Object3D.prototype),
+        n.prototype.constructor = n, //add  
         n.prototype.enter = function(e) {
         n.prototype.enter = function(e) {
             this.model.setFloor(this, e)
             this.model.setFloor(this, e)
         }
         }