ソースを参照

Put createCache() in the init function

tags/v0.1.0
Fen Dweller 7年前
コミット
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


読み込み中…
キャンセル
保存