Update usages of Drawable.Click()

This commit is contained in:
Dean Herbert
2021-08-04 17:27:44 +09:00
parent c76edd8887
commit 9b9dacf3fe
32 changed files with 48 additions and 48 deletions

View File

@ -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);
}