auto play when hazard is present

This commit is contained in:
Matt Walsh 2022-12-21 14:05:14 -06:00
parent 797b4d32fa
commit 366f527aee

View file

@ -92,8 +92,8 @@ class Hazards extends WeatherDisplay {
for (let i = 0; i < pages; i += 1) this.timing.delay.push(timingStep); for (let i = 0; i < pages; i += 1) this.timing.delay.push(timingStep);
// add the final 3 second delay // add the final 3 second delay
this.timing.delay.push(150); this.timing.delay.push(150);
this.setStatus(STATUS.loaded);
this.calcNavTiming(); this.calcNavTiming();
this.setStatus(STATUS.loaded);
} }
drawCanvas() { drawCanvas() {