Skip to content

Commit

Permalink
appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrea-c committed Jun 29, 2024
1 parent c07ea59 commit 5af492c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/bevy_animation_graph_editor/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,7 @@ impl TabViewer<'_> {
if ui.button(ev).clicked() {
graph_player.send_event(AnimationEvent { id: ev.into() });
}
if ui.button("×").clicked() {
false
} else {
true
}
ui.button("×").clicked()
})
.inner
})
Expand Down

0 comments on commit 5af492c

Please sign in to comment.