1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

GUIFormSpecMenu: Add basic element highlighing debug feature (#9423)

Activated using F5
This commit is contained in:
SmallJoker
2020-04-12 12:02:32 +02:00
committed by GitHub
parent d7e706ac9d
commit 6cf15cf872
2 changed files with 10 additions and 1 deletions

View File

@@ -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;