Skip to content

Commit

Permalink
Fix debug menu size
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Nov 15, 2024
1 parent dca38e5 commit 48f592d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debug_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,6 @@ static std::optional<debug_menu_index> debug_menu_uilist( bool display_all_entri
// sense and can be auto–sized.
uilist debug = uilist();
debug.text = msg;
debug.desired_bounds = { -1.0, -1.0, 0.5, 0.5 };
debug.entries = menu;
debug.query();
const int group = debug.ret;
Expand Down

0 comments on commit 48f592d

Please sign in to comment.