Menu music properly loops now.
This commit is contained in:
parent
885a2e0536
commit
b866abe1a1
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ public class AetherMusicTicker implements IUpdatePlayerListBox {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!this.mc.getSoundHandler().isSoundPlaying(this.menuMusic)) {
|
||||
this.menuMusic = null;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean playingMusic() {
|
||||
|
|
Loading…
Reference in a new issue