From 90f7dc67c62cd2aa665093ad28abdb318bb3b8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=BA=E4=BB=80=E9=BA=BC?= Date: Thu, 7 Jul 2022 22:26:48 +0800 Subject: [PATCH] Update the package and fix the api change. --- .../Edit/Lyrics/Rows/Components/EditorKaraokeSpriteText.cs | 2 +- osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game.Rulesets.Karaoke/Edit/Lyrics/Rows/Components/EditorKaraokeSpriteText.cs b/osu.Game.Rulesets.Karaoke/Edit/Lyrics/Rows/Components/EditorKaraokeSpriteText.cs index dd41a0d9a..f775421f9 100644 --- a/osu.Game.Rulesets.Karaoke/Edit/Lyrics/Rows/Components/EditorKaraokeSpriteText.cs +++ b/osu.Game.Rulesets.Karaoke/Edit/Lyrics/Rows/Components/EditorKaraokeSpriteText.cs @@ -126,7 +126,7 @@ public Vector2 GetTextIndexPosition(TextIndex index) } private EditorLyricSpriteText getSpriteText() - => (InternalChildren.FirstOrDefault() as MaskingContainer)?.Child; + => (InternalChildren.FirstOrDefault() as Container)?.Child; [BackgroundDependencyLoader(true)] private void load(ISkinSource skin, ShaderManager shaderManager) diff --git a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj index 6f398d4c7..e4e7c488f 100644 --- a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj +++ b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj @@ -13,7 +13,7 @@ - + all