mirror of https://gitee.com/antv-l7/antv-l7
fix(scene): engine run
This commit is contained in:
parent
926cc74a3e
commit
9d8e531df6
|
@ -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 对象
|
||||
|
|
Loading…
Reference in New Issue