Skip to content

Commit 7045010

Browse files
committed
fix: bug playing music in credits
1 parent bf7c56a commit 7045010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blade-engine/src/com/bladecoder/engine/ui/CreditsScreen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ private void processCreditMusic(String s) {
189189

190190
music = Gdx.audio.newMusic(EngineAssetManager.getInstance().getAsset("music/" + s));
191191
music.play();
192+
stringHead++;
192193
}
193194

194195
private float processCreditDefault(SpriteBatch batch, int width, int height, float y, int i, String s) {

0 commit comments

Comments
 (0)