Skip to content

Commit

Permalink
fix: remove old "Paused" label from pause menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Oct 2, 2023
1 parent ba6ad9c commit 7feece2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ui/pause_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ fn pause_menu_system(
let pause_pressed = controls.iter().any(|x| x.pause_just_pressed);

if !session.active {
egui::CentralPanel::default()
.frame(egui::Frame::none())
.show(&ctx, |ui| {
ui.heading("Paused");
});

egui::CentralPanel::default()
.frame(egui::Frame::none())
.show(&ctx, |ui| {
Expand Down

0 comments on commit 7feece2

Please sign in to comment.