diff options
Diffstat (limited to 'src/scripts/controllers/simulation/statecache.ts')
| -rw-r--r-- | src/scripts/controllers/simulation/statecache.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/controllers/simulation/statecache.ts b/src/scripts/controllers/simulation/statecache.ts index 092bfe32..0a7767fa 100644 --- a/src/scripts/controllers/simulation/statecache.ts +++ b/src/scripts/controllers/simulation/statecache.ts @@ -10,7 +10,7 @@ export class StateCache { public cacheBlock: boolean; private simulationController: SimulationController; - private intervalId: number; + private intervalId: any; private caching: boolean; // Item caches |
