1
0
Fork 0
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:
SmallJoker 2020-04-12 12:02:32 +02:00 committed by GitHub
parent d7e706ac9d
commit 6cf15cf872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;