mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Fix GameUI flag value regression introduced by a78659ed05
Added more strong unittests on that part to prevent future regression
This commit is contained in:
parent
67ed56be3b
commit
75aa41c6de
3 changed files with 11 additions and 4 deletions
|
@ -54,9 +54,9 @@ public:
|
|||
{
|
||||
bool show_chat = true;
|
||||
bool show_hud = true;
|
||||
bool show_minimap = true;
|
||||
bool show_minimap = false;
|
||||
bool show_debug = true;
|
||||
bool show_profiler_graph = true;
|
||||
bool show_profiler_graph = false;
|
||||
};
|
||||
|
||||
void init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue