mirror of
https://github.com/ppy/osu
synced 2025-02-15 09:37:07 +00:00
Merge branch 'new-combo-editor-toggle' into fix-taiko-change-handling
This commit is contained in:
commit
ccb3ef5020
@ -376,7 +376,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
|
|
||||||
TernaryState getHitSampleState()
|
TernaryState getHitSampleState()
|
||||||
{
|
{
|
||||||
int countExisting = selectedBlueprints.Select(b => b.HitObject as IHasComboInformation).Count(h => h.NewCombo);
|
int countExisting = selectedBlueprints.Select(b => (IHasComboInformation)b.HitObject).Count(h => h.NewCombo);
|
||||||
|
|
||||||
if (countExisting == 0)
|
if (countExisting == 0)
|
||||||
return TernaryState.False;
|
return TernaryState.False;
|
||||||
|
Loading…
Reference in New Issue
Block a user