Fixes and additions for first chapter of bridal gears.
This commit is contained in:
parent
e58002ce4c
commit
e25cd1f929
6 changed files with 43 additions and 13 deletions
|
@ -90,7 +90,7 @@ class audioController {
|
|||
if(!this.loader.bufferList[sound]) {
|
||||
return;
|
||||
}
|
||||
let source = this.audioCtx.createBufferSource()
|
||||
let source = this.audioCtx.createBufferSource();
|
||||
this.sources[sound] = source;
|
||||
source.buffer = this.loader.bufferList[sound];
|
||||
source.loop = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue