1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:42:58 +08:00

Change a comment into RealmAccess

This commit is contained in:
Cootz 2023-02-08 05:46:47 +03:00
parent ab7c9a200b
commit 4ba915268c

View File

@ -869,7 +869,7 @@ namespace osu.Game.Database
break;
case 26:
// Adding origin beatmap hash property to ensure the score corresponds to the version of beatmap it should
// Add ScoreInfo.BeatmapHash property to ensure the score corresponds to the version of beatmap it should
// See: https://github.com/ppy/osu/issues/22062
string scoreInfoName = getMappedOrOriginalName(typeof(ScoreInfo));