Skip to content

Commit

Permalink
Supports invariant culture settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vangos committed Apr 2, 2019
1 parent 45a357a commit 1de9864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void Initialize(string root)
/// <param name="value">The content of the setting.</param>
public static void Set<T>(string key, T value)
{
PlayerPrefsEx.Instance.Set(key, Convert.ToString(value));
PlayerPrefsEx.Instance.Set(key, Convert.ToString(value, CultureInfo.InvariantCulture));
}

/// <summary>
Expand Down

0 comments on commit 1de9864

Please sign in to comment.