Only calculate difficulties on import for now.

This commit is contained in:
Dean Herbert
2017-03-17 11:53:13 +09:00
parent 9c664e5b05
commit cd98af29c4
5 changed files with 5 additions and 14 deletions

View File

@ -138,7 +138,7 @@ namespace osu.Game.Beatmaps.Drawables
},
starCounter = new StarCounter
{
Count = beatmap.StarDifficulty,
Count = (float)beatmap.StarDifficulty,
Scale = new Vector2(0.8f),
}
}