v0.6.3: removed unintentional test code
This commit is contained in:
parent
b6022a2901
commit
ed1e19f17f
|
@ -114,7 +114,7 @@ public class TitleScene extends PixelScene {
|
|||
DashboardItem btnPlay = new DashboardItem( Messages.get(this, "play"), 0 ) {
|
||||
@Override
|
||||
protected void onClick() {
|
||||
ShatteredPixelDungeon.switchNoFade( StartSceneV2.class );
|
||||
ShatteredPixelDungeon.switchNoFade( StartScene.class );
|
||||
}
|
||||
};
|
||||
add( btnPlay );
|
||||
|
|
Loading…
Reference in New Issue
Block a user