don't loop the theme music
This commit is contained in:
parent
de2ddfc151
commit
f17bd4df45
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user