Do not trigger host time reset when tick == 0

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-17 22:18:04 +01:00
parent 2c98fe7388
commit 9f3bc9f11f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -92,7 +92,6 @@ struct HostTime : TerminalModule {
{
if (d_isZero(tick))
{
pulseReset.trigger();
pulseClock.trigger();
pulseBeat.trigger();
if (timeInfo.beat == 1)