Removed testing code line that broke frame order optimizations

This commit is contained in:
N00MKRAD
2021-02-25 10:15:18 +01:00
parent 7695f2a911
commit 4d08076711

View File

@@ -95,8 +95,6 @@ namespace Flowframes.Main
int linesPerTask = 400 / (int)interpFactor;
int num = 0;
linesPerTask = 100000;
for (int i = 0; i < (frameFilesWithoutLast.Length - 1); i+= linesPerTask)
{
tasks.Add(GenerateFrameLines(num, i, linesPerTask, (int)interpFactor, loopEnabled, sceneDetection, debug));