mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Fix some incorrect comments / test step descriptions
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
db893f3dc7
commit
662073c472
@ -132,7 +132,7 @@ namespace osu.Game.Tests.Database
|
|||||||
{
|
{
|
||||||
ScoreInfo scoreInfo = null!;
|
ScoreInfo scoreInfo = null!;
|
||||||
|
|
||||||
AddStep("Add score which requires upgrade (but has no beatmap)", () =>
|
AddStep("Add score which requires upgrade (and has beatmap)", () =>
|
||||||
{
|
{
|
||||||
Realm.Write(r =>
|
Realm.Write(r =>
|
||||||
{
|
{
|
||||||
|
@ -86,7 +86,7 @@ namespace osu.Game.Scoring
|
|||||||
/// Should be used to ensure we don't repeatedly attempt to update the same scores each startup even though we already know they will fail.
|
/// Should be used to ensure we don't repeatedly attempt to update the same scores each startup even though we already know they will fail.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// See https://github.com/ppy/osu/issues/24301 for one example of how this can occur(missing beatmap file on disk).
|
/// See https://github.com/ppy/osu/issues/24301 for one example of how this can occur (missing beatmap file on disk).
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public bool TotalScoreUpgradeFailed { get; set; }
|
public bool TotalScoreUpgradeFailed { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user