diff --git a/plugins/Cardinal/src/HostTime.cpp b/plugins/Cardinal/src/HostTime.cpp index ebb610c..b920be4 100644 --- a/plugins/Cardinal/src/HostTime.cpp +++ b/plugins/Cardinal/src/HostTime.cpp @@ -93,12 +93,14 @@ struct HostTime : TerminalModule { { if (d_isZero(tick)) { - pulseClock.trigger(); pulseBeat.trigger(); if (timeInfo.beat == 1) pulseBar.trigger(); } + if (d_isZero(tickClock)) + pulseClock.trigger(); + if (timeInfo.reset) { timeInfo.reset = false;