Fix music not fading
parent
db78cae144
commit
0f8f5522fa
|
@ -55,7 +55,8 @@ export class StreamingSource {
|
||||||
this.gain.connect(this.sceneNode);
|
this.gain.connect(this.sceneNode);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
this.graph.connectToMaster(this.node);
|
this.node.connect(this.gain);
|
||||||
|
this.graph.connectToMaster(this.gain);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue