Fixed and refactored code to include output FPS in export filename

This commit is contained in:
N00MKRAD
2021-03-09 15:55:50 +01:00
parent 3f940c28f9
commit d16eb5b15f
8 changed files with 38 additions and 41 deletions

View File

@@ -14,6 +14,7 @@ namespace Flowframes.IO
public const string alphaSuffix = "-a";
public const string prevSuffix = "-previous";
public const string fpsLimitSuffix = "-fpsLimit";
public const string frameOrderPrefix = "frames";