mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix uninitialized variable warning
This commit is contained in:
parent
6b4307791a
commit
f0ae2da89e
2 changed files with 12 additions and 9 deletions
|
@ -324,7 +324,7 @@ protected:
|
|||
gui::IGUIStaticText *m_tooltip_element;
|
||||
|
||||
u32 m_tooltip_show_delay;
|
||||
s32 m_hoovered_time;
|
||||
s32 m_hovered_time;
|
||||
s32 m_old_tooltip_id;
|
||||
std::string m_old_tooltip;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue