Store backup suffix in Paths.cs

This commit is contained in:
N00MKRAD
2021-06-06 14:38:15 +02:00
parent 9304967a22
commit 3a4ec732e1
2 changed files with 5 additions and 1 deletions

View File

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