Menu music properly loops now.

This commit is contained in:
bconlon 2020-09-12 12:36:24 -07:00
parent 885a2e0536
commit b866abe1a1

View file

@ -57,6 +57,10 @@ public class AetherMusicTicker implements IUpdatePlayerListBox {
}
}
}
if (!this.mc.getSoundHandler().isSoundPlaying(this.menuMusic)) {
this.menuMusic = null;
}
}
public boolean playingMusic() {