|
@@ -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)
|
|
}
|
|
}
|