mirror of
https://github.com/ppy/osu.git
synced 2025-02-28 00:43:01 +08:00
Rename wrongly named method
This commit is contained in:
parent
de8a60435f
commit
75bc9f607e
@ -479,10 +479,10 @@ namespace osu.Game.Overlays.Mods
|
|||||||
foreach (var section in ModSectionsContainer.Children)
|
foreach (var section in ModSectionsContainer.Children)
|
||||||
section.UpdateSelectedButtons(selectedMods);
|
section.UpdateSelectedButtons(selectedMods);
|
||||||
|
|
||||||
updateMods();
|
updateMultiplier();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateMods()
|
private void updateMultiplier()
|
||||||
{
|
{
|
||||||
var multiplier = 1.0;
|
var multiplier = 1.0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user