change the position of the remove bg option

This commit is contained in:
yugecin
2016-12-11 14:07:23 +01:00
parent f7ab8b2f01
commit f06c285d22
2 changed files with 2 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ public class SBOverlay implements OptionsOverlay.Parent {
private static final OptionTab[] options = new OptionsOverlay.OptionTab[]{
new OptionTab("Gameplay", new GameOption[] {
GameOption.BACKGROUND_DIM,
GameOption.DANCE_REMOVE_BG,
GameOption.SNAKING_SLIDERS,
GameOption.SHRINKING_SLIDERS,
GameOption.SHOW_HIT_LIGHTING,
@@ -78,7 +79,6 @@ public class SBOverlay implements OptionsOverlay.Parent {
GameOption.DANCE_CURSOR_ONLY_COLOR_TRAIL,
GameOption.DANCE_RGB_CURSOR_INC,
GameOption.DANCE_CURSOR_TRAIL_OVERRIDE,
GameOption.DANCE_REMOVE_BG,
GameOption.DANCE_HIDE_OBJECTS,
GameOption.DANCE_HIDE_UI,
GameOption.DANCE_ENABLE_SB,