From 56448373ae14a30516ebb69d217b218e87722f9b Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 22 Jan 2020 19:32:23 -0500 Subject: [PATCH] Splits one line into two, for the benefit of step debugging. --- ClockReceiver/JustInTime.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ClockReceiver/JustInTime.hpp b/ClockReceiver/JustInTime.hpp index 528a4a878..ad328dbe4 100644 --- a/ClockReceiver/JustInTime.hpp +++ b/ClockReceiver/JustInTime.hpp @@ -60,7 +60,8 @@ template ()); + const auto duration = time_since_update_.template flush(); + object_.run_for(duration); } else { const auto duration = time_since_update_.template divide(LocalTimeScale(divider)); if(duration > TargetTimeScale(0))