We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8862cd8 commit 951e848Copy full SHA for 951e848
1 file changed
Source/Menus/BuyMenuGUI.cpp
@@ -487,6 +487,7 @@ void BuyMenuGUI::SetEnabled(bool enable) {
487
g_UInputMan.SetMousePos(mousePos, m_pController->GetPlayer());
488
489
// Default focus to the menu button
490
+ m_LastHoveredMouseIndex = 0;
491
m_MenuFocus = OK;
492
m_FocusChange = true;
493
UpdateTotalCostLabel(m_pController->GetTeam());
0 commit comments