v0.3.1: titlescene no longer fully renders when it is going to switch to the welcome scene
This commit is contained in:
parent
8d0e21aea0
commit
e404de5f45
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user