mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Use ?: expression instead of if/else.
This commit is contained in:
@ -24,7 +24,6 @@ namespace osu.Game.Screens.Multi.Components
|
||||
private BeatmapInfo beatmap;
|
||||
public BeatmapInfo Beatmap
|
||||
{
|
||||
get { return beatmap; }
|
||||
set
|
||||
{
|
||||
if (value == beatmap) return;
|
||||
|
Reference in New Issue
Block a user