mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-10 12:37:56 +02:00
only wait extra 100ms if loop is otherwise empty
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user