浏览代码

Put createCache() in the init function

tags/v0.1.0
Fen Dweller 6 年前
父节点
当前提交
cdd1ba9fad
找不到此签名对应的密钥 GPG 密钥 ID: E80B35A6F11C3656
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      audio.js

+ 2
- 0
audio.js 查看文件

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

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

createCache();
}

// caching stuff here


正在加载...
取消
保存