summaryrefslogtreecommitdiff
path: root/src/scripts/controllers/mapcontroller.ts
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-26 22:16:04 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-26 22:16:04 +0100
commit50a54370e426c48164dcf10edd8857aa92747696 (patch)
treebf92c4616a6e3f936f2c19f60d6b2f292b1ae759 /src/scripts/controllers/mapcontroller.ts
parent6a1bc9ab81adf8eea68337c80d1bf80ffb6c8604 (diff)
Fetch states for all ticks at once
All experiment states are now fetched in one go. Additionally, the experiments are now expected to start at tick 1 (this was wrongly assumed to be 0, before).
Diffstat (limited to 'src/scripts/controllers/mapcontroller.ts')
-rw-r--r--src/scripts/controllers/mapcontroller.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/controllers/mapcontroller.ts b/src/scripts/controllers/mapcontroller.ts
index d7458852..ca55683b 100644
--- a/src/scripts/controllers/mapcontroller.ts
+++ b/src/scripts/controllers/mapcontroller.ts
@@ -12,7 +12,7 @@ import {ObjectModeController} from "./modes/object";
import {NodeModeController} from "./modes/node";
import {ScaleIndicatorController} from "./scaleindicator";
-export var CELL_SIZE = 50;
+export const CELL_SIZE = 50;
export enum AppMode {