fix de merde

This commit is contained in:
xdrm-brackets 2018-04-06 01:16:21 +02:00
parent 31b5dccd23
commit 1334d37805
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default class AudioManager{
fr.onload = function(){
let buf16 = new Int16Array(this.result);
self.receive(bu16).bind(self);
self.receive(buf16).bind(self);
};
fr.readAsArrayBuffer(_msg.data);