mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Avoid unnecessary object updates from SelectionHandlers
This commit is contained in:
@ -288,8 +288,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
var comboInfo = h as IHasComboInformation;
|
||||
|
||||
if (comboInfo == null)
|
||||
continue;
|
||||
if (comboInfo == null || comboInfo.NewCombo == state) continue;
|
||||
|
||||
comboInfo.NewCombo = state;
|
||||
EditorBeatmap?.UpdateHitObject(h);
|
||||
|
Reference in New Issue
Block a user