From 1f0c36d22f2e034ccadb50c6d004ebba27ea1d98 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 13 Apr 2024 13:21:10 +0800 Subject: [PATCH 1/2] Upgrade osu.game to the latest. --- .../Lyrics/Compose/Toolbar/Playback/PlaybackSwitchButton.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/Screens/Edit/Beatmaps/Lyrics/Compose/Toolbar/Playback/PlaybackSwitchButton.cs b/osu.Game.Rulesets.Karaoke/Screens/Edit/Beatmaps/Lyrics/Compose/Toolbar/Playback/PlaybackSwitchButton.cs index 436636bf4..1d4049293 100644 --- a/osu.Game.Rulesets.Karaoke/Screens/Edit/Beatmaps/Lyrics/Compose/Toolbar/Playback/PlaybackSwitchButton.cs +++ b/osu.Game.Rulesets.Karaoke/Screens/Edit/Beatmaps/Lyrics/Compose/Toolbar/Playback/PlaybackSwitchButton.cs @@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar public partial class PlaybackSwitchButton : CompositeDrawable { - private readonly IBindable track = new Bindable(); + private readonly IBindable track = new Bindable(); private readonly BindableNumber freqAdjust = new BindableDouble(1); public PlaybackSwitchButton() diff --git a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj index c2508f2ac..c7fabc2e7 100644 --- a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj +++ b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj @@ -17,7 +17,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From c3830cd359549bd0383301bc572b559f43e1bcb8 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sun, 14 Apr 2024 17:21:35 +0800 Subject: [PATCH 2/2] Upgrade some packages to the latest. --- osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj index c7fabc2e7..c1fe80681 100644 --- a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj +++ b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj @@ -10,17 +10,17 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +