Browse Source

Put createCache() in the init function

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
cdd1ba9fad
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      audio.js

+ 2
- 0
audio.js View File

@@ -157,6 +157,8 @@ function initAudio() {


console.log("Initialized audio context"); console.log("Initialized audio context");
console.log(audioContext); console.log(audioContext);

createCache();
} }


// caching stuff here // caching stuff here


Loading…
Cancel
Save