OSDN Git Service

Disable GUI Object volume control, but renable Stream volume
[radegast/radegast.git] / Radegast / Core / Media / BufferSound.cs
index 0567842..0b4519c 100644 (file)
@@ -149,7 +149,8 @@ namespace Radegast.Media
         /// </summary>\r
         private void AdjustVolume()\r
         {\r
-            Volume = volumeSetting * AllObjectVolume;\r
+            //TODO This is disabled until we find why FMOD objects to the handle\r
+//            Volume = volumeSetting * AllObjectVolume;\r
         }\r
 \r
         // A simpler constructor used by PreFetchSound.\r