pause menu fix
This commit is contained in:
parent
a5aee06e01
commit
506147d00f
@ -260,7 +260,7 @@ void Hud::processInput(bool visible) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (visible && Events::jactive(BIND_HUD_INVENTORY)) {
|
if (!pause && visible && Events::jactive(BIND_HUD_INVENTORY)) {
|
||||||
if (inventoryOpen) {
|
if (inventoryOpen) {
|
||||||
closeInventory();
|
closeInventory();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user