mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 01:10:20 +08:00
Use lambda function expression
This commit is contained in:
@@ -138,10 +138,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
{
|
||||
updateState();
|
||||
}
|
||||
protected override void OnHoverLost(HoverLostEvent e) => updateState();
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user