No UI status change for blending scene changes in autoenc

This commit is contained in:
N00MKRAD
2021-03-21 21:56:08 +01:00
parent 21642adced
commit 1089ff861a

View File

@@ -181,7 +181,7 @@ namespace Flowframes.Main
File.WriteAllLines(framesFileChunk, IOUtils.ReadLines(framesFileFull).Skip(firstFrameNum).Take(framesAmount));
if (Config.GetInt("sceneChangeFillMode") == 1)
await Blend.BlendSceneChanges(framesFileChunk);
await Blend.BlendSceneChanges(framesFileChunk, false);
float maxFps = Config.GetFloat("maxFps");
bool fpsLimit = maxFps != 0 && I.current.outFps > maxFps;