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 6690c81 commit fe5cd08Copy full SHA for fe5cd08
Source/Menus/BuyMenuGUI.cpp
@@ -1753,6 +1753,7 @@ void BuyMenuGUI::Update() {
1753
m_SelectedLoadoutIndex = m_DraggedItemIndex;
1754
std::swap((*m_pShopList->GetItemList())[oldIndex], (*m_pShopList->GetItemList())[oldIndex + direction]);
1755
std::swap((*m_pShopList->GetItemList())[oldIndex]->m_ID, (*m_pShopList->GetItemList())[oldIndex + direction]->m_ID);
1756
+ std::swap((*m_pShopList->GetItemList())[oldIndex]->m_ExtraIndex, (*m_pShopList->GetItemList())[oldIndex + direction]->m_ExtraIndex);
1757
std::swap(m_Loadouts[oldIndex], m_Loadouts[oldIndex + direction]);
1758
}
1759
0 commit comments