Fix output FPS not using fractional factor

This commit is contained in:
n00mkrad
2022-04-22 10:34:59 +02:00
parent 51cd146882
commit dadf2193be
3 changed files with 9 additions and 2 deletions

View File

@@ -74,7 +74,6 @@ namespace Flowframes
public static async Task Done ()
{
await Cleanup();
Logger.Log($"after cleanup in done", true);
Program.mainForm.SetWorking(false);
Logger.Log("Total processing time: " + FormatUtils.Time(sw.Elapsed));
sw.Stop();