mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix selection change event being invoked with wrong mod
This commit is contained in:
@ -103,7 +103,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
foregroundIcon.Selected.Value = Selected;
|
foregroundIcon.Selected.Value = Selected;
|
||||||
});
|
});
|
||||||
|
|
||||||
SelectionChanged?.Invoke(newSelection);
|
SelectionChanged?.Invoke(SelectedMod);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user