From cdd1ba9fad000214f0e12bb5587ab56c2587e4a4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 4 Jan 2019 21:14:31 -0600 Subject: [PATCH] Put createCache() in the init function --- audio.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio.js b/audio.js index b1adbc2..6ded287 100644 --- a/audio.js +++ b/audio.js @@ -157,6 +157,8 @@ function initAudio() { console.log("Initialized audio context"); console.log(audioContext); + + createCache(); } // caching stuff here