From 50a54370e426c48164dcf10edd8857aa92747696 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 26 Jan 2017 22:16:04 +0100 Subject: 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). --- src/scripts/controllers/mapcontroller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/controllers/mapcontroller.ts') 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 { -- cgit v1.2.3