BlendSceneChanges now works with auto-encode

This commit is contained in:
N00MKRAD
2021-03-21 16:00:53 +01:00
parent 19bf558132
commit 0455e60cc4
3 changed files with 20 additions and 29 deletions

View File

@@ -70,8 +70,6 @@ namespace Flowframes.Main
{
if (Interpolate.canceled) return;
Logger.Log($"AutoEnc Loop iteration runs. Paused: {paused}", true);
if (paused)
{
await Task.Delay(200);