tickDown method

void tickDown()

Implementation

void tickDown() {
  int sec = getTotalSeconds();
  sec--;

  apply(sec);
}