Skip to content

Commit

Permalink
Remove unnecessary assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Sep 22, 2023
1 parent 4eb267b commit 5832745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sound/SoundManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,6 @@ Object.defineProperty(Phaser.SoundManager.prototype, 'mute', {

set: function (value)
{
value = value || false;

if (value)
{
if (this._muted)
Expand Down

0 comments on commit 5832745

Please sign in to comment.