Skip to content

Commit

Permalink
Make appveyor happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 6, 2020
1 parent 10f5b92 commit bfc710a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osu.Game.Rulesets.Karaoke/Objects/Lyric.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,12 @@ public int LayoutIndex
/// </summary>
public IDictionary<int, string> Translates { get; set; } = new Dictionary<int, string>();


[JsonIgnore]
public readonly Bindable<CultureInfo> LanguageBindable = new Bindable<CultureInfo>();

/// <summary>
/// Language
/// </summary>
public CultureInfo Language
{
get => LanguageBindable.Value;
Expand Down

0 comments on commit bfc710a

Please sign in to comment.