diff options
Diffstat (limited to 'src/server/PortImpl.cpp')
-rw-r--r-- | src/server/PortImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp index bf605856..c151aab6 100644 --- a/src/server/PortImpl.cpp +++ b/src/server/PortImpl.cpp @@ -466,7 +466,7 @@ PortImpl::monitor(Context& context, bool send_now) } } } - + _frames_since_monitor = _frames_since_monitor % period; if (key && val != _monitor_value) { if (context.notify(key, context.start(), this, |