1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 10:23:03 +08:00

Add comment

This commit is contained in:
smoogipoo 2019-04-23 13:45:51 +09:00
parent 6add395288
commit 6c568d228f

View File

@ -227,8 +227,11 @@ namespace osu.Game.Rulesets.UI
replayInputManager.ReplayInputHandler.GamefieldToScreenSpace = Playfield.GamefieldToScreenSpace;
if (!ProvidingUserCursor)
{
// The cursor is hidden by default (see Playfield.load()), but should be shown when there's a replay
Playfield.Cursor?.Show();
}
}
/// <summary>
/// Creates a DrawableHitObject from a HitObject.