Skip to content

Commit

Permalink
Cover up dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwright159 committed Aug 20, 2024
1 parent b589681 commit b472263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub fn button_event<Action: Actionlike + Copy, EventType: Event>(
.after(InputManagerSystem::ManualControl)
}

#[allow(dead_code)]
pub fn button_input<Action: Actionlike + Copy>(
action: Action,
) -> impl Fn(Query<&ActionState<Action>>) -> bool {
Expand Down

0 comments on commit b472263

Please sign in to comment.