mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
+ middle-click now empties the inventory slot properly
This commit is contained in:
parent
9af0142a36
commit
a465fd5b99
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event)
|
|||
//ispec.actions->push_back(a);
|
||||
m_invmgr->inventoryAction(a);
|
||||
|
||||
if(list_from->getItem(m_selected_item->i)->getCount()==1)
|
||||
if(list_from->getItem(m_selected_item->i)->getCount()<=amount)
|
||||
source_empties = true;
|
||||
}
|
||||
// Remove selection if target was left-clicked or source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue