1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Remove unnecessary new prefix

This commit is contained in:
Dean Herbert 2017-11-27 18:53:19 +09:00
parent 8ebfe7f0f4
commit 3a01bfc1ef

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Mods
private readonly Container<ModIcon> iconsContainer;
private SampleChannel sampleOn, sampleOff;
public new Action<Mod> Action; // Passed the selected mod or null if none
public Action<Mod> Action; // Passed the selected mod or null if none
public string TooltipText => (SelectedMod?.Description ?? Mods.FirstOrDefault()?.Description) ?? string.Empty;