소스 검색

Put createCache() in the init function

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
cdd1ba9fad
No known key found for this signature in database 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


불러오는 중...
취소
저장