mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 23:15:28 +00:00
Fix Linux build warnings
This commit is contained in:
@@ -374,6 +374,8 @@ void IUIScene_AbstractContainerMenu::onMouseTick()
|
||||
case eTapNone:
|
||||
/// Nothing to do, input is not a tap.
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif // TAP_DETECTION
|
||||
|
||||
@@ -632,6 +634,8 @@ void IUIScene_AbstractContainerMenu::onMouseTick()
|
||||
iDesiredSlotX = m_iCurrSlotX;
|
||||
iDesiredSlotY = m_iCurrSlotY;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
int iNumRows;
|
||||
|
||||
Reference in New Issue
Block a user