diff --git a/Code/Flowframes.csproj b/Code/Flowframes.csproj index 44496e6..6f3e9ae 100644 --- a/Code/Flowframes.csproj +++ b/Code/Flowframes.csproj @@ -397,7 +397,7 @@ - + diff --git a/Code/Main/InterpolateUtils.cs b/Code/Main/InterpolateUtils.cs index ba99a85..5b4d7e6 100644 --- a/Code/Main/InterpolateUtils.cs +++ b/Code/Main/InterpolateUtils.cs @@ -244,6 +244,7 @@ namespace Flowframes.Main { if (!BatchProcessing.busy) MessageBox.Show(msg, title); + Logger.Log("Message: " + msg, true); }