mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
Removed testing code line that broke frame order optimizations
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user