diff --git a/Code/Main/InterpolateUtils.cs b/Code/Main/InterpolateUtils.cs index 9fd042b..4026fd2 100644 --- a/Code/Main/InterpolateUtils.cs +++ b/Code/Main/InterpolateUtils.cs @@ -93,8 +93,10 @@ namespace Flowframes.Main if (lastFrame >= targetFrames) break; } - - await Task.Delay(100); + else + { + await Task.Delay(100); + } } progCheckRunning = false; if (I.canceled)