1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add setting to display the itemstring after the tooltip in the inventory. (#6413)

* Add setting to display the itemstring after the tooltip in the inventory.
This commit is contained in:
DTA7 2017-09-15 14:31:32 +02:00 committed by Loïc Blot
parent 04839f233f
commit 808ada11db
4 changed files with 13 additions and 12 deletions

View file

@ -407,6 +407,7 @@ protected:
gui::IGUIStaticText *m_tooltip_element = nullptr;
u64 m_tooltip_show_delay;
bool m_tooltip_append_itemstring;
u64 m_hovered_time = 0;
s32 m_old_tooltip_id = -1;