Skip to content

Commit

Permalink
Merge pull request #207 from andy840119/update-package
Browse files Browse the repository at this point in the history
Update package
  • Loading branch information
andy840119 authored May 21, 2022
2 parents 2ee0662 + 6f19848 commit cee8392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion osu.Framework.Font/Graphics/Sprites/LyricSpriteText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using osu.Framework.Graphics.Shaders;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.IO.Stores;
using osu.Framework.Localisation;
using osu.Framework.Utils;
using osuTK;
using osuTK.Graphics;
Expand Down Expand Up @@ -663,6 +664,6 @@ private void invalidate(bool characters = false, bool textBuilder = false)

public override string ToString() => $@"""{displayedText}"" " + base.ToString();

public IEnumerable<string> FilterTerms => displayedText.Yield();
public IEnumerable<LocalisableString> FilterTerms => new LocalisableString(displayedText).Yield();
}
}
2 changes: 1 addition & 1 deletion osu.Framework.Font/osu.Framework.Font.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="ppy.osu.Framework" Version="2022.511.0" />
<PackageReference Include="ppy.osu.Framework" Version="2022.521.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\**\*" />
Expand Down

0 comments on commit cee8392

Please sign in to comment.