diff --git a/osu.Game/Beatmaps/WorkingBeatmap.cs b/osu.Game/Beatmaps/WorkingBeatmap.cs
index 2afaaf13f9..ae83a14d61 100644
--- a/osu.Game/Beatmaps/WorkingBeatmap.cs
+++ b/osu.Game/Beatmaps/WorkingBeatmap.cs
@@ -79,6 +79,13 @@ namespace osu.Game.Beatmaps
return b;
}
+ ///
+ /// Retrieves the resulting from the conversion of to a specific .
+ /// All mods have been applied to the returned .
+ ///
+ /// The to convert to.
+ /// The converted .
+ /// If could not be converted to .
public IBeatmap GetBeatmap(RulesetInfo ruleset)
{
var rulesetInstance = ruleset.CreateInstance();