don't loop the theme music

This commit is contained in:
yugecin 2016-11-13 02:45:26 +01:00
parent de2ddfc151
commit f17bd4df45

View File

@ -348,7 +348,7 @@ public class MusicController {
public static void playThemeSong() {
Beatmap beatmap = Options.getThemeBeatmap();
if (beatmap != null) {
play(beatmap, true, false);
play(beatmap, false, false);
themePlaying = true;
}
}