Skip to content

Commit

Permalink
I'm too lazy to get C# 7.0
Browse files Browse the repository at this point in the history
lmao
  • Loading branch information
Tribow committed Jul 15, 2022
1 parent c3dcf06 commit 8b151ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distance.CameraAdditions/ConfigLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void Awake()
Save();
}

public T Get<T>(string key, T @default = default)
public T Get<T>(string key, T @default = default(T))
{
return Config.GetOrCreate(key, @default);
}
Expand Down

0 comments on commit 8b151ae

Please sign in to comment.