mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge branch 'master' into fix-editor-batch-handling
This commit is contained in:
@ -89,6 +89,8 @@ namespace osu.Game.Rulesets.Taiko.Edit
|
||||
yield return new TernaryStateMenuItem("Strong") { State = { BindTarget = selectionStrongState } };
|
||||
}
|
||||
|
||||
public override bool HandleMovement(MoveSelectionEvent moveEvent) => true;
|
||||
|
||||
protected override void UpdateTernaryStates()
|
||||
{
|
||||
base.UpdateTernaryStates();
|
||||
|
Reference in New Issue
Block a user