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

Fix inventory drag drop flag (#6416)

This commit is contained in:
asl97 2017-10-18 03:50:58 +08:00 committed by Loïc Blot
parent 5e24ca05fd
commit 38b0e26679
2 changed files with 8 additions and 8 deletions

View file

@ -411,7 +411,7 @@ protected:
u64 m_hovered_time = 0;
s32 m_old_tooltip_id = -1;
bool m_rmouse_auto_place = false;
bool m_auto_place = false;
bool m_allowclose = true;
bool m_lock = false;