Skip to content

Commit

Permalink
fix sort wheelitem alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jul 10, 2020
1 parent c78591b commit fa81da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Actor/Menus/MusicWheelItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ MusicWheelItem::LoadFromWheelItemData(const WheelItemBaseData* pData,
} break;
case WheelItemDataType_Sort:
sDisplayName = pWID->m_sLabel;
type = MusicWheelItemType_Mode;
type = MusicWheelItemType_Sort;
break;
case WheelItemDataType_Roulette:
sDisplayName = THEME->GetString("MusicWheel", "Roulette");
Expand Down

0 comments on commit fa81da6

Please sign in to comment.