mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 12:35:34 +08:00
Add comment
This commit is contained in:
parent
6add395288
commit
6c568d228f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user