mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
GUIFormSpecMenu: Add basic element highlighing debug feature (#9423)
Activated using F5
This commit is contained in:
parent
d7e706ac9d
commit
6cf15cf872
2 changed files with 10 additions and 1 deletions
|
@ -343,6 +343,7 @@ private:
|
|||
u16 m_formspec_version = 1;
|
||||
std::string m_focused_element = "";
|
||||
JoystickController *m_joystick;
|
||||
bool m_show_debug = false;
|
||||
|
||||
typedef struct {
|
||||
bool explicit_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue