mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 11:49:34 +01:00
Cleaner code for Interpolate.cs
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Flowframes
|
||||
public static string lastInputPath;
|
||||
public static bool lastInputPathIsSsd;
|
||||
|
||||
public static Queue<BatchEntry> batchQueue = new Queue<BatchEntry>();
|
||||
public static Queue<InterpSettings> batchQueue = new Queue<InterpSettings>();
|
||||
|
||||
[STAThread]
|
||||
static void Main()
|
||||
|
||||
Reference in New Issue
Block a user