mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Remove unnecessary new prefix
This commit is contained in:
parent
8ebfe7f0f4
commit
3a01bfc1ef
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user