v0.3.1: titlescene no longer fully renders when it is going to switch to the welcome scene

This commit is contained in:
Evan Debenham 2015-08-13 01:05:38 -04:00 committed by Evan Debenham
parent 8d0e21aea0
commit e404de5f45

View File

@ -61,6 +61,7 @@ public class TitleScene extends PixelScene {
if (gameversion < 9)
ShatteredPixelDungeon.intro(true);
Game.switchScene(WelcomeScene.class);
return;
}
Music.INSTANCE.play( Assets.THEME, true );