fix(scene): render

This commit is contained in:
thinkinggis 2019-05-06 13:57:09 +08:00
parent 5c806ba1ee
commit 6ba7f07c7d
1 changed files with 1 additions and 2 deletions

View File

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