mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update usages of Drawable.Click()
This commit is contained in:
@ -63,7 +63,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
},
|
||||
};
|
||||
|
||||
Action = () => playButton.Click();
|
||||
Action = () => playButton.TriggerClick();
|
||||
Playing.ValueChanged += playing => progress.FadeTo(playing.NewValue ? 1 : 0, 100);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user