1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Remove RealmBeatmap.Clone for the time being (incorrectly implemented)

This commit is contained in:
Dean Herbert 2021-10-12 16:18:12 +09:00
parent ce128476ae
commit 76c64751de

View File

@ -97,11 +97,6 @@ namespace osu.Game.Models
#endregion
/// <summary>
/// Returns a shallow-clone of this <see cref="RealmBeatmap"/>.
/// </summary>
public RealmBeatmap Clone() => (RealmBeatmap)MemberwiseClone();
public bool AudioEquals(RealmBeatmap? other) => other != null
&& BeatmapSet != null
&& other.BeatmapSet != null