mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Fix GameUI text staying visible during shutdown. (#14197)
This commit is contained in:
parent
05a53cd330
commit
34ce86a8f5
3 changed files with 37 additions and 0 deletions
|
@ -106,6 +106,7 @@ public:
|
|||
const std::string &getFormspecName() { return m_formname; }
|
||||
GUIFormSpecMenu *&getFormspecGUI() { return m_formspec; }
|
||||
void deleteFormspec();
|
||||
void clearText();
|
||||
|
||||
private:
|
||||
Flags m_flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue