[Audio] Force AudioContext on for current and future users
This commit is contained in:
parent
9b47a523be
commit
a09127a826
3 changed files with 5 additions and 10 deletions
|
@ -21,10 +21,11 @@ window.wsapi = wsapi
|
|||
app.$mount("#app")
|
||||
|
||||
// Init CiderAudio
|
||||
if (app.cfg.advanced.AudioContext){
|
||||
CiderAudio.init()
|
||||
if (app.cfg.advanced.AudioContext === false){
|
||||
app.cfg.advanced.AudioContext === true;
|
||||
}
|
||||
|
||||
CiderAudio.init()
|
||||
// Import gamepad support
|
||||
app.simulateGamepad = simulateGamepad
|
||||
app.spawnMica = spawnMica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue