We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8eb98 commit 83ad850Copy full SHA for 83ad850
Activities/GameActivity.cpp
@@ -1979,7 +1979,7 @@ void GameActivity::Update()
1979
}
1980
1981
// Trap the mouse if we're in gameplay and not in menus
1982
- g_UInputMan.TrapMousePos(!m_pBuyGUI[player]->IsEnabled() && !m_InventoryMenuGUI[player]->IsEnabledAndNotCarousel(), player);
+ g_UInputMan.TrapMousePos(!m_pBuyGUI[player]->IsEnabled() && !m_InventoryMenuGUI[player]->IsEnabledAndNotCarousel() && !m_LuaLockActor[player], player);
1983
1984
// Start LZ picking mode if a purchase was made
1985
if (m_pBuyGUI[player]->PurchaseMade())
0 commit comments