From a2d19e35e5b204d32747760b721c53e348895bd5 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Sun, 21 Mar 2021 22:38:03 +0100 Subject: [PATCH] Possibly fixed wrong frame pair being used for scene blending WIP needs further investigation --- Code/Main/FrameOrder.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Main/FrameOrder.cs b/Code/Main/FrameOrder.cs index 2a36219..587b902 100644 --- a/Code/Main/FrameOrder.cs +++ b/Code/Main/FrameOrder.cs @@ -170,6 +170,8 @@ namespace Flowframes.Main } else { + totalFileCount++; + for (int dupeCount = 1; dupeCount < interpFramesAmount; dupeCount++) { totalFileCount++;