mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Forgot the brackets...
This commit is contained in:
parent
b015d2b27a
commit
34b50d9f5d
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ var WebAudioSound = new Class({
|
|||
|
||||
if (manager.context.createPanner)
|
||||
{
|
||||
this.spatialNode = manager.context.createPanner;
|
||||
this.spatialNode = manager.context.createPanner();
|
||||
|
||||
this.volumeNode.connect(this.spatialNode);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue