don't loop the theme music
This commit is contained in:
@@ -348,7 +348,7 @@ public class MusicController {
|
|||||||
public static void playThemeSong() {
|
public static void playThemeSong() {
|
||||||
Beatmap beatmap = Options.getThemeBeatmap();
|
Beatmap beatmap = Options.getThemeBeatmap();
|
||||||
if (beatmap != null) {
|
if (beatmap != null) {
|
||||||
play(beatmap, true, false);
|
play(beatmap, false, false);
|
||||||
themePlaying = true;
|
themePlaying = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user