diff options
| author | SmallJoker <SmallJoker@users.noreply.github.com> | 2020-04-12 12:02:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-12 12:02:32 +0200 |
| commit | 6cf15cf872cc9ce76990d83d380ca3c4b7485eb1 (patch) | |
| tree | 50be61e054c6c7fa0d7859cd7f7ba95bd472c11e /src/gui/guiFormSpecMenu.h | |
| parent | d7e706ac9df5e7cead3dd16f91b07bc0d417e234 (diff) | |
| download | minetest-6cf15cf872cc9ce76990d83d380ca3c4b7485eb1.tar.xz | |
GUIFormSpecMenu: Add basic element highlighing debug feature (#9423)
Activated using F5
Diffstat (limited to 'src/gui/guiFormSpecMenu.h')
| -rw-r--r-- | src/gui/guiFormSpecMenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/guiFormSpecMenu.h b/src/gui/guiFormSpecMenu.h index b3bf67110..dc22e8b54 100644 --- a/src/gui/guiFormSpecMenu.h +++ b/src/gui/guiFormSpecMenu.h @@ -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; |
