[BUG] setEffectsVolume() doesn't work fine

Hi,

I have this part of code in my Cocos Creator project:

cc.audioEngine.setEffectsVolume(0.00);
cc.audioEngine.playEffect(this.chipAudio, false);

I found a problem, when I set the effects volume to 0.00, it doesn’t work and volume is not changed, but when I set the effects volume to 0.01, it works properly.

Thx.