mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-19 01:39:26 +01:00
Removed ResumeUtils.Save() for now because of perf problems
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Flowframes.UI
|
||||
{
|
||||
if (I.canceled) return;
|
||||
interpolatedInputFramesCount = ((frames / I.current.interpFactor).RoundToInt() - 1);
|
||||
ResumeUtils.Save();
|
||||
//ResumeUtils.Save();
|
||||
frames = frames.Clamp(0, target);
|
||||
int percent = (int)Math.Round(((float)frames / target) * 100f);
|
||||
Program.mainForm.SetProgress(percent);
|
||||
|
||||
Reference in New Issue
Block a user