mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 20:29:26 +01:00
Fix output FPS not using fractional factor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user