Skip to content

Commit

Permalink
Merge branch 'feat.more-keybinds' of https://github.com/zacharied/Ong…
Browse files Browse the repository at this point in the history
…ekiFumenEditor into batch_mode
  • Loading branch information
MikiraSora committed Oct 26, 2024
2 parents ee4ddc8 + 6a9de8f commit ec85548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ public void KeyboardAction_FastSetObjectIsCritical(ActionExecutionContext e)
}));
}

public void KeyboardAction_FastSwitchFlickDirection()
public void KeyboardAction_FastSwitchFlickDirection(ActionExecutionContext _)
{
var selectedFlicks = SelectObjects.OfType<Flick>().ToList();

Expand Down

0 comments on commit ec85548

Please sign in to comment.