diff --git a/src/core/scene.js b/src/core/scene.js index 637cf59690..0789516806 100644 --- a/src/core/scene.js +++ b/src/core/scene.js @@ -25,10 +25,9 @@ export default class Scene extends Base { _initEngine(mapContainer) { this._engine = new Engine(mapContainer, this); - // this.registerMapEvent(); + this.registerMapEvent(); // this.workerPool = new WorkerPool(); compileBuiltinModules(); - this._engine.run(); } // 为pickup场景添加 object 对象 addPickMesh(object) {