Fixed weird loading issue?

This commit is contained in:
Thulinma 2018-11-08 14:22:33 +01:00
parent 7565704fdc
commit a53661af55

View file

@ -792,7 +792,7 @@ namespace Mist{
/// Waits for the given amount of millis, increasing the realtime playback /// Waits for the given amount of millis, increasing the realtime playback
/// related times as needed to keep smooth playback intact. /// related times as needed to keep smooth playback intact.
void Output::playbackSleep(uint64_t millis){ void Output::playbackSleep(uint64_t millis){
if (realTime){ if (realTime && myMeta.live){
firstTime += millis; firstTime += millis;
extraKeepAway += millis; extraKeepAway += millis;
} }