Skip to content

Commit

Permalink
Fix mapper in memory option
Browse files Browse the repository at this point in the history
  • Loading branch information
icewolfz committed Mar 20, 2018
1 parent 90a3846 commit 43a3258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- **Changed:**
- Upgrade several 3rd party dependencies
- **Fixed:**
- Mapper: in memory option was broken

## 0.4.39 2018-02-12

Expand Down
1 change: 1 addition & 0 deletions src/common/mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export class Mapper extends EventEmitter {
}
this._canvas = canvas;
this._context = canvas.getContext('2d');
this._memory = memory;
this.initializeDatabase();
//rooms - ID, Area, Details, Name, Env, X, Y, Z, Zone, Indoors
//exits - ID, Exit, DestID
Expand Down

0 comments on commit 43a3258

Please sign in to comment.