fix(scene): engine run

This commit is contained in:
thinkinggis 2019-07-15 11:46:28 +08:00
parent 926cc74a3e
commit 9d8e531df6
1 changed files with 2 additions and 3 deletions

View File

@ -25,9 +25,8 @@ export default class Scene extends Base {
_initEngine(mapContainer) {
this._engine = new Engine(mapContainer, this);
// this.registerMapEvent();
this._engine.run();
// this.workerPool = new WorkerPool();
this.registerMapEvent();
// this._engine.run();
compileBuiltinModules();
}
// 为pickup场景添加 object 对象