Browse Source

Do not trigger host time reset when tick == 0

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 2 years ago
parent
commit
9f3bc9f11f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      plugins/Cardinal/src/HostTime.cpp

+ 0
- 1
plugins/Cardinal/src/HostTime.cpp View File

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


Loading…
Cancel
Save