Fix xmldoc in LegacyBeatmapEncoder

This commit is contained in:
Craftplacer 2020-08-30 16:07:58 +02:00
parent 7e57af3ca4
commit 1fdf8e6200
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class LegacyBeatmapEncoder
/// Creates a new <see cref="LegacyBeatmapEncoder"/>.
/// </summary>
/// <param name="beatmap">The beatmap to encode.</param>
/// <param name="skin">An optional skin, for encoding the beatmap's combo colours.</param>
/// <param name="skin">The beatmap's skin, used for encoding combo colours.</param>
public LegacyBeatmapEncoder(IBeatmap beatmap, [CanBeNull] IBeatmapSkin skin)
{
this.beatmap = beatmap;