mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:33:22 +08:00
Reword comment to hopefully be more understandable
This commit is contained in:
parent
d00bc4bdd1
commit
9025103b8b
@ -84,7 +84,6 @@ namespace osu.Game.Screens.Ranking
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool ShowUserStatistics { get; init; }
|
public bool ShowUserStatistics { get; init; }
|
||||||
|
|
||||||
// Only show the relevant button otherwise things look silly.
|
|
||||||
private Sample? popInSample;
|
private Sample? popInSample;
|
||||||
|
|
||||||
protected ResultsScreen(ScoreInfo? score)
|
protected ResultsScreen(ScoreInfo? score)
|
||||||
@ -197,7 +196,10 @@ namespace osu.Game.Screens.Ranking
|
|||||||
Width = 300
|
Width = 300
|
||||||
});
|
});
|
||||||
|
|
||||||
// for simplicity, only allow when we're guaranteed the replay is already downloaded and present.
|
// for simplicity, only allow this when coming from a replay player where we know the replay is ready to be played.
|
||||||
|
//
|
||||||
|
// if we show it in all cases, consider the case where a user comes from song select and potentially has to download
|
||||||
|
// the replay before it can be played back. it wouldn't flow well with the quick retry in such a case.
|
||||||
allowHotkeyRetry = player is ReplayPlayer;
|
allowHotkeyRetry = player is ReplayPlayer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user