mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Only calculate difficulties on import for now.
This commit is contained in:
@ -138,7 +138,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
},
|
||||
starCounter = new StarCounter
|
||||
{
|
||||
Count = beatmap.StarDifficulty,
|
||||
Count = (float)beatmap.StarDifficulty,
|
||||
Scale = new Vector2(0.8f),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user