mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 19:59:31 +01:00
Remove ToStringDot, no longer needed with forced CultureInfo
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Flowframes.IO
|
||||
|
||||
public static string GetFrameOrderFilename(float factor)
|
||||
{
|
||||
return $"{frameOrderPrefix}-{factor.ToStringDot()}x.ini";
|
||||
return $"{frameOrderPrefix}-{factor.ToString()}x.ini";
|
||||
}
|
||||
|
||||
public static string GetFrameOrderFilenameChunk (int from, int to)
|
||||
|
||||
Reference in New Issue
Block a user