Actually set the stepByStep flag for current InterpSettings

This commit is contained in:
N00MKRAD
2021-02-01 21:54:30 +01:00
parent 985ce45f1d
commit f11611f32e
4 changed files with 6 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ namespace Flowframes.UI
static void CheckExistingFolder (string inpath, string outpath)
{
if (Config.GetInt("processingMode") == 0) return;
if (!Interpolate.current.stepByStep) return;
string tmpFolder = InterpolateUtils.GetTempFolderLoc(inpath, outpath);
if (Directory.Exists(tmpFolder))
{