Fix ambient not playing
This commit is contained in:
parent
d746854307
commit
db2c4579b6
4 changed files with 28 additions and 16 deletions
|
|
@ -25,10 +25,10 @@ export abstract class OptionsHandler {
|
|||
...this._options,
|
||||
...stored,
|
||||
};
|
||||
}
|
||||
|
||||
if (this._options.musicEnabled) {
|
||||
SoundHandler.playAmbient();
|
||||
}
|
||||
if (this._options.musicEnabled) {
|
||||
SoundHandler.playAmbient();
|
||||
}
|
||||
|
||||
for (const k in inputElements) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue