Skip to content

Commit

Permalink
remove dead sort orders from metrics
Browse files Browse the repository at this point in the history
these cause an exception and kill the game sometimes without a good reason
  • Loading branch information
poco0317 committed Jul 13, 2020
1 parent f0c6b1c commit 79defd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Themes/_fallback/base._ini
Original file line number Diff line number Diff line change
Expand Up @@ -1517,13 +1517,11 @@ SectionColor5=color("0.1,0.7,0.3,1") -- green
SectionColor6=color("0.8,0.6,0.0,1") -- orange
SectionColor7=color("1.0,0.3,0.3,1") -- light red
SortMenuColor=color("1,1,0,1")
SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Popularity", "SortOrder_Artist", "SortOrder_Genre" }
ModeMenuChoiceNames="Preferred,Group,Title,Bpm,Popularity,TopGrades,Artist,EasyMeter,MediumMeter,HardMeter,Genre,Length"
ChoicePreferred="sort,Preferred"
SortOrders={ "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Artist", "SortOrder_Genre" }
ModeMenuChoiceNames="Group,Title,Bpm,TopGrades,Artist,Genre,Length"
ChoiceGroup="sort,Group"
ChoiceTitle="sort,Title"
ChoiceBpm="sort,BPM"
ChoicePopularity="sort,Popularity"
ChoiceTopGrades="sort,TopGrades"
ChoiceArtist="sort,Artist"
ChoiceGenre="sort,Genre"
Expand Down
4 changes: 2 additions & 2 deletions Themes/_fallback/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ SortMenuColor=color("1,1,1,1")
#
EmptyColor=color("1,0,0,1")

SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Artist", "SortOrder_Genre" }
# SortOrders={ "SortOrder_Preferred", "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Popularity", "SortOrder_Artist", "SortOrder_Genre" }
SortOrders={ "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Artist", "SortOrder_Genre" }
# SortOrders={ "SortOrder_Group", "SortOrder_Title", "SortOrder_BPM", "SortOrder_Popularity", "SortOrder_Artist", "SortOrder_Genre" }
ShowSectionsInBPMSort=true
SortBPMDivision=20

Expand Down

0 comments on commit 79defd0

Please sign in to comment.