1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-26 02:12:56 +08:00

Fix wrong return xmldoc

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Salman Ahmed 2022-05-21 16:43:31 +03:00 committed by GitHub
parent abf9039109
commit 466ed3c791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ namespace osu.Game.Beatmaps
/// Used as an optimisation to avoid reload / track swap across difficulties in the same beatmap set. /// Used as an optimisation to avoid reload / track swap across difficulties in the same beatmap set.
/// </summary> /// </summary>
/// <param name="target">The target working beatmap to transfer this track to.</param> /// <param name="target">The target working beatmap to transfer this track to.</param>
/// <returns>Whether the track is valid and has been transferred to this working beatmap.</returns> /// <returns>Whether the track has been transferred to the <paramref name="target"/>.</returns>
public virtual bool TryTransferTrack([NotNull] WorkingBeatmap target) public virtual bool TryTransferTrack([NotNull] WorkingBeatmap target)
{ {
if (BeatmapInfo?.AudioEquals(target.BeatmapInfo) != true) if (BeatmapInfo?.AudioEquals(target.BeatmapInfo) != true)