Temporarily disabled frame deletion for autoencode

This commit is contained in:
N00MKRAD
2021-01-03 22:38:32 +01:00
parent f57b256a93
commit a5cb56f918

View File

@@ -89,6 +89,9 @@ namespace Flowframes.Main
{
foreach (int frame in frameLinesToEncode)
{
// TODO: Make sure frames are no longer needed (e.g. for dupes) before deleting!!
continue;
string framePath = Path.Combine(interpFramesPath, interpFramesLines[frame]);
File.WriteAllText(framePath, "THIS IS A DUMMY FILE - DO NOT DELETE ME"); // Overwrite to save space without breaking progress counter
}