mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename BeatmapInfo.StarDifficulty
to StarRating
to match underlying interface
This commit is contained in:
@ -228,7 +228,7 @@ namespace osu.Game.Tests.Visual
|
||||
Checksum = beatmap.MD5Hash,
|
||||
AuthorID = beatmap.Metadata.Author.OnlineID,
|
||||
RulesetID = beatmap.RulesetID,
|
||||
StarRating = beatmap.StarDifficulty,
|
||||
StarRating = beatmap.StarRating,
|
||||
DifficultyName = beatmap.Version,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user