Skip to content

Commit 39a5c29

Browse files
Updated remove method docs
1 parent d8eb945 commit 39a5c29

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

v3/src/sound/BaseSoundManager.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,11 @@ var BaseSoundManager = new Class({
177177
sound.play(spriteName, config);
178178
},
179179
/**
180+
* Removes a sound from the sound manager.
181+
* The removed sound is destroyed before removal.
180182
*
181-
*
182-
* @param {ISound} sound
183+
* @method Phaser.Sound.BaseSoundManager#remove
184+
* @param {ISound} sound - The sound object to remove.
183185
* @returns {boolean} True if the sound was removed successfully, otherwise false.
184186
*/
185187
remove: function (sound) {

0 commit comments

Comments
 (0)