mirror of
https://github.com/ppy/osu.git
synced 2025-02-07 17:13:24 +08:00
initial commit
This commit is contained in:
parent
2de1955892
commit
133d45400b
@ -87,6 +87,7 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
foreach (var range in GetRanges())
|
foreach (var range in GetRanges())
|
||||||
{
|
{
|
||||||
double value = IBeatmapDifficultyInfo.DifficultyRange(difficulty, (range.Min, range.Average, range.Max));
|
double value = IBeatmapDifficultyInfo.DifficultyRange(difficulty, (range.Min, range.Average, range.Max));
|
||||||
|
value = Math.Round(value) - 0.5;
|
||||||
|
|
||||||
switch (range.Result)
|
switch (range.Result)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user