From e404de5f45607753677b6f18f53d93639cad3f5a Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 13 Aug 2015 01:05:38 -0400 Subject: [PATCH] v0.3.1: titlescene no longer fully renders when it is going to switch to the welcome scene --- .../shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java index cff468ae6..ce1e2ae96 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java @@ -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 );