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")
|
app.$mount("#app")
|
||||||
|
|
||||||
// Init CiderAudio
|
// Init CiderAudio
|
||||||
if (app.cfg.advanced.AudioContext === false){
|
if (app.cfg.advanced.AudioContext === true) {
|
||||||
app.cfg.advanced.AudioContext = true;
|
CiderAudio.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
CiderAudio.init()
|
|
||||||
// Import gamepad support
|
// Import gamepad support
|
||||||
app.simulateGamepad = simulateGamepad
|
app.simulateGamepad = simulateGamepad
|
||||||
app.spawnMica = spawnMica
|
app.spawnMica = spawnMica
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue