apparently this no worki
This commit is contained in:
parent
c7b0ebea32
commit
751045b0a3
1 changed files with 2 additions and 3 deletions
|
@ -34,11 +34,10 @@ if (app.cfg.advanced.disableLogging === true) {
|
|||
app.$mount("#app")
|
||||
|
||||
// Init CiderAudio
|
||||
if (app.cfg.advanced.AudioContext === false){
|
||||
app.cfg.advanced.AudioContext = true;
|
||||
if (app.cfg.advanced.AudioContext === true) {
|
||||
CiderAudio.init()
|
||||
}
|
||||
|
||||
CiderAudio.init()
|
||||
// Import gamepad support
|
||||
app.simulateGamepad = simulateGamepad
|
||||
app.spawnMica = spawnMica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue