mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Always use Invariant shortcuts for ToLower/ToUpper
This commit is contained in:
@@ -241,7 +241,7 @@ namespace Flowframes
|
||||
try
|
||||
{
|
||||
string[] lines = info.SplitIntoLines();
|
||||
string lastLine = lines.Last().ToLowerInvariant();
|
||||
string lastLine = lines.Last().Lower();
|
||||
return lastLine.Substring(0, lastLine.IndexOf("fps")).GetInt();
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user