1
0
Fork 0
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:
kwolekr 2014-10-30 02:53:20 -04:00
parent 6b4307791a
commit f0ae2da89e
2 changed files with 12 additions and 9 deletions

View file

@ -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;