1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Remove second calculateScore call

This commit is contained in:
Dean Herbert 2017-09-05 19:33:20 +09:00 committed by GitHub
parent d69b8d7784
commit 0fc2e49ce6

View File

@ -110,8 +110,6 @@ namespace osu.Game.Rulesets.Osu.Scoring
}
calculateScore();
calculateScore();
}
private void calculateScore()