Merge branch 'master' into editor-implicit-autoplay

This commit is contained in:
Dan Balasescu
2020-09-28 16:43:08 +09:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@ -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);