mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Sanitise and remove some usages of Detach
which are no longer required
This commit is contained in:
@ -188,7 +188,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public int BeatmapVersion;
|
||||
|
||||
public BeatmapInfo Clone() => (BeatmapInfo)this.Detach().MemberwiseClone();
|
||||
public BeatmapInfo Clone() => (BeatmapInfo)MemberwiseClone();
|
||||
|
||||
public override string ToString() => this.GetDisplayTitle();
|
||||
|
||||
|
Reference in New Issue
Block a user