mirror of
https://github.com/ppy/osu.git
synced 2025-02-04 23:02:56 +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;
|
replayInputManager.ReplayInputHandler.GamefieldToScreenSpace = Playfield.GamefieldToScreenSpace;
|
||||||
|
|
||||||
if (!ProvidingUserCursor)
|
if (!ProvidingUserCursor)
|
||||||
|
{
|
||||||
|
// The cursor is hidden by default (see Playfield.load()), but should be shown when there's a replay
|
||||||
Playfield.Cursor?.Show();
|
Playfield.Cursor?.Show();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user