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

Correct tooltip_append_itemstring terminology (#6421)

This commit is contained in:
DTA7 2017-09-16 18:42:17 +02:00 committed by SmallJoker
parent 45a7dd1ec4
commit 45e9f80811
4 changed files with 6 additions and 6 deletions

View file

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