Use dance option tab as initial tab
This commit is contained in:
parent
fcd9efc7f7
commit
0199c445c6
|
@ -479,7 +479,7 @@ public class OptionsMenu extends BasicGameState {
|
||||||
public void enter(GameContainer container, StateBasedGame game)
|
public void enter(GameContainer container, StateBasedGame game)
|
||||||
throws SlickException {
|
throws SlickException {
|
||||||
UI.enter();
|
UI.enter();
|
||||||
currentTab = OptionTab.DISPLAY;
|
currentTab = OptionTab.DANCE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user