mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix hypertext in the mainmenu (#13731)
This commit is contained in:
parent
526c5f2348
commit
137e4ce866
3 changed files with 18 additions and 20 deletions
|
@ -188,8 +188,9 @@ protected:
|
|||
};
|
||||
|
||||
ParsedText m_text;
|
||||
Client *m_client;
|
||||
gui::IGUIEnvironment *m_environment;
|
||||
Client *m_client; ///< null in the mainmenu
|
||||
ISimpleTextureSource *m_tsrc;
|
||||
gui::IGUIEnvironment *m_guienv;
|
||||
s32 m_height;
|
||||
s32 m_voffset;
|
||||
std::vector<RectWithMargin> m_floating;
|
||||
|
@ -216,7 +217,7 @@ public:
|
|||
|
||||
protected:
|
||||
// GUI members
|
||||
Client *m_client;
|
||||
ISimpleTextureSource *m_tsrc;
|
||||
GUIScrollBar *m_vscrollbar;
|
||||
TextDrawer m_drawer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue