1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-27 18:23:21 +08:00

Rename wrongly named method

This commit is contained in:
Dean Herbert 2021-02-10 14:55:15 +09:00
parent de8a60435f
commit 75bc9f607e

View File

@ -479,10 +479,10 @@ namespace osu.Game.Overlays.Mods
foreach (var section in ModSectionsContainer.Children)
section.UpdateSelectedButtons(selectedMods);
updateMods();
updateMultiplier();
}
private void updateMods()
private void updateMultiplier()
{
var multiplier = 1.0;