Merge branch 'greatCircle' into 'master'

fix(scene):  engine run



See merge request !40
This commit is contained in:
thinkinggis 2019-07-15 11:47:16 +08:00
commit fd5d345efa
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 对象