mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Always use ToLowerInvariant
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Flowframes.Main
|
||||
{
|
||||
UpdateChunkAndBufferSizes();
|
||||
|
||||
bool imgSeq = Interpolate.currentSettings.outMode.ToString().ToLower().StartsWith("img");
|
||||
bool imgSeq = Interpolate.currentSettings.outMode.ToString().ToLowerInvariant().StartsWith("img");
|
||||
interpFramesFolder = interpFramesPath;
|
||||
videoChunksFolder = Path.Combine(interpFramesPath.GetParentDir(), Paths.chunksDir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user