Skip to content

Commit

Permalink
fix(scene): engine run
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Jul 15, 2019
1 parent 3865387 commit c5ada86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 对象
Expand Down

0 comments on commit c5ada86

Please sign in to comment.