Skip to content

Commit

Permalink
Merge pull request #1426 from andy840119/fix-karaoke-sprite-text-not-…
Browse files Browse the repository at this point in the history
…showing

Fix karaoke sprite text not showing.
  • Loading branch information
andy840119 authored Jul 7, 2022
2 parents a09e2db + 90f7dc6 commit 48b25a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public Vector2 GetTextIndexPosition(TextIndex index)
}

private EditorLyricSpriteText getSpriteText()
=> (InternalChildren.FirstOrDefault() as MaskingContainer<EditorLyricSpriteText>)?.Child;
=> (InternalChildren.FirstOrDefault() as Container<EditorLyricSpriteText>)?.Child;

[BackgroundDependencyLoader(true)]
private void load(ISkinSource skin, ShaderManager shaderManager)
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="LanguageDetection.karaoke-dev" Version="1.3.3-alpha" />
<PackageReference Include="LrcParser" Version="2022.529.1" />
<PackageReference Include="Octokit" Version="0.52.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2022.618.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2022.707.0" />
<PackageReference Include="osu.Framework.Microphone" Version="2022.618.0" />
<PackageReference Include="ppy.LocalisationAnalyser" Version="2022.607.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 48b25a3

Please sign in to comment.