summaryrefslogtreecommitdiff
path: root/src/gui/guiFormSpecMenu.h
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2020-04-12 12:02:32 +0200
committerGitHub <noreply@github.com>2020-04-12 12:02:32 +0200
commit6cf15cf872cc9ce76990d83d380ca3c4b7485eb1 (patch)
tree50be61e054c6c7fa0d7859cd7f7ba95bd472c11e /src/gui/guiFormSpecMenu.h
parentd7e706ac9df5e7cead3dd16f91b07bc0d417e234 (diff)
downloadminetest-6cf15cf872cc9ce76990d83d380ca3c4b7485eb1.tar.gz
minetest-6cf15cf872cc9ce76990d83d380ca3c4b7485eb1.tar.bz2
minetest-6cf15cf872cc9ce76990d83d380ca3c4b7485eb1.zip
GUIFormSpecMenu: Add basic element highlighing debug feature (#9423)
Activated using F5
Diffstat (limited to 'src/gui/guiFormSpecMenu.h')
-rw-r--r--src/gui/guiFormSpecMenu.h1
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;