Преглед изворни кода

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe пре 6 година
родитељ
комит
7247c4a2a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Audio/sound.ts

+ 1 - 1
src/Audio/sound.ts

@@ -779,7 +779,7 @@ export class Sound {
     /**
      * Sets a dedicated volume for this sounds
      * @param newVolume Define the new volume of the sound
-     * @param time Define in how long the sound should be at this value
+     * @param time Define time for gradual change to new volume
      */
     public setVolume(newVolume: number, time?: number): void {
         if (Engine.audioEngine.canUseWebAudio && this._soundGain) {