summaryrefslogtreecommitdiffstats
path: root/src/control/MapContext.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/MapContext.ts')
-rw-r--r--src/control/MapContext.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/MapContext.ts b/src/control/MapContext.ts
index 1c0f1a8..ce82c5a 100644
--- a/src/control/MapContext.ts
+++ b/src/control/MapContext.ts
@@ -31,7 +31,7 @@ export default class MapContext {
this.view = new MapView(
map,
this.entities,
- () => this.playerEntity,
+ this.playerEntity,
(time: number) => this.updateState(time)
);