auto play when hazard is present
This commit is contained in:
parent
797b4d32fa
commit
366f527aee
|
@ -92,8 +92,8 @@ class Hazards extends WeatherDisplay {
|
|||
for (let i = 0; i < pages; i += 1) this.timing.delay.push(timingStep);
|
||||
// add the final 3 second delay
|
||||
this.timing.delay.push(150);
|
||||
this.setStatus(STATUS.loaded);
|
||||
this.calcNavTiming();
|
||||
this.setStatus(STATUS.loaded);
|
||||
}
|
||||
|
||||
drawCanvas() {
|
||||
|
|
Loading…
Reference in a new issue