It's actually better to just use FTXUI's Modal system than to invent my own.
This commit is contained in:
parent
88d362d6a5
commit
958c8545a7
4 changed files with 16 additions and 15 deletions
1
gui.hpp
1
gui.hpp
|
@ -43,7 +43,6 @@ class GUI {
|
|||
ActionLog $log;
|
||||
Panel $status_ui;
|
||||
Panel $map_view;
|
||||
Panel $modal_test;
|
||||
bool $show_modal = false;
|
||||
Point $view_port;
|
||||
Component $test_button;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue