mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove all usage of BaseDifficulty
(and access Difficulty
instead)
This commit is contained in:
@ -267,7 +267,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
{
|
||||
BeatmapInfo = new BeatmapInfo
|
||||
{
|
||||
BaseDifficulty = new BeatmapDifficulty
|
||||
Difficulty = new BeatmapDifficulty
|
||||
{
|
||||
OverallDifficulty = value,
|
||||
CircleSize = value,
|
||||
|
Reference in New Issue
Block a user