mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Improve the inventory. Prepare for survival mode inventory.
This commit is contained in:
@@ -315,7 +315,7 @@ void Gui::tick()
|
||||
|
||||
void Gui::renderSlot(int slot, int x, int y, float f)
|
||||
{
|
||||
int itemID = m_pMinecraft->m_pLocalPlayer->m_pInventory->getSelectionSlotItemId(slot);
|
||||
int itemID = m_pMinecraft->m_pLocalPlayer->m_pInventory->getQuickSlotItemId(slot);
|
||||
if (itemID < 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user