Skip to content

Commit

Permalink
Added a file name extension to the Settings file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vangos committed Jan 17, 2019
1 parent e1f9e0e commit 45a357a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static PlayerPrefsEx Instance

#endregion

private readonly string SettingsFileName = "Settings";
private readonly string SettingsFileName = "Settings.lbz";

private string _dataPath;
private bool _initialized = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class Settings
/// </summary>
public static void Initialize()
{
PlayerPrefsEx.Instance.Initialize(UnityEngine.Application.persistentDataPath);
Initialize(UnityEngine.Application.persistentDataPath);
}

/// <summary>
Expand Down

0 comments on commit 45a357a

Please sign in to comment.