1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 12:35:34 +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,7 +227,10 @@ 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>