added the backgroundmusic to listeners in the initsimpleapp
and not in the getter of backgroundmusic.
This commit is contained in:
parent
9dc3984f35
commit
4820a76ff0
@@ -238,6 +238,7 @@ public void simpleInitApp() {
|
|||||||
|
|
||||||
mainVolume = new MainVolume(this);
|
mainVolume = new MainVolume(this);
|
||||||
backgroundMusic = new BackgroundMusic(this);
|
backgroundMusic = new BackgroundMusic(this);
|
||||||
|
logic.addListener(backgroundMusic);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -446,7 +447,6 @@ void errorDialog(String errorMessage) {
|
|||||||
* @return BackgroundMusic
|
* @return BackgroundMusic
|
||||||
*/
|
*/
|
||||||
public BackgroundMusic getBackgroundMusic(){
|
public BackgroundMusic getBackgroundMusic(){
|
||||||
logic.addListener(backgroundMusic);
|
|
||||||
return backgroundMusic;
|
return backgroundMusic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user