Skip to content

Commit

Permalink
Merge pull request #188 from niente1899/Add-MusicSelect-SortChangeKey…
Browse files Browse the repository at this point in the history
…(FolderClose)

Add MusicSelect SortChangeKey(FolderClose)
  • Loading branch information
exch-bms2 committed Feb 24, 2018
2 parents e3b4785 + 8805323 commit 8ee7ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bms/player/beatoraja/select/BarRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public void move(boolean inclease) {

public void close() {
if(dir.isEmpty()) {
select.execute(MusicSelectCommand.NEXT_SORT);
return;
}

Expand Down

0 comments on commit 8ee7ec0

Please sign in to comment.