diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js index 429fd0b902..6651e435b4 100644 --- a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js +++ b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js @@ -47,7 +47,7 @@ stereo: true, loop: false, localOnly: true, - volume: 0.75 + volume: 1 }; self.sound = SoundCache.getSound(this.soundURL);