Skip to content

Commit

Permalink
Fixing #12 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrysadrak authored and bigtimebuddy committed Apr 5, 2017
1 parent a0c0b2f commit deee012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SoundLibraryPrototype.sound = function sound(alias: string): Sound
* @deprecated since 1.1.0
* @see PIXI.sound.filters.StereoFilter
*/
SoundLibraryPrototype.panning = function panning(alias: string, panning?: number): number
SoundLibraryPrototype.panning = function panning(alias: string, panningValue?: number): number
{
console.warn("PIXI.sound.panning is deprecated, use PIXI.sound.filters.StereoPan");
return 0;
Expand Down

0 comments on commit deee012

Please sign in to comment.