diff options
author | McCabe Maxsted | 2009-06-08 01:46:10 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-08 01:46:10 -0700 |
commit | 73340eb0edfbb0e39c9c78656d041f5b8b1fdc3a (patch) | |
tree | d28f383245b1ac87e26d65f5c3e0da4f57a1e00a /linden/indra/llmedia | |
parent | Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' (diff) | |
download | meta-impy-73340eb0edfbb0e39c9c78656d041f5b8b1fdc3a.zip meta-impy-73340eb0edfbb0e39c9c78656d041f5b8b1fdc3a.tar.gz meta-impy-73340eb0edfbb0e39c9c78656d041f5b8b1fdc3a.tar.bz2 meta-impy-73340eb0edfbb0e39c9c78656d041f5b8b1fdc3a.tar.xz |
Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume
Diffstat (limited to 'linden/indra/llmedia')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp index e83caf7..d1bab29 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp | |||
@@ -97,8 +97,6 @@ LLMediaImplGStreamer () : | |||
97 | LL_DEBUGS("MediaManager") << "constructing media..." << LL_ENDL; | 97 | LL_DEBUGS("MediaManager") << "constructing media..." << LL_ENDL; |
98 | mVolume = -1.0; // XXX Hack to make the vould change happend first time | 98 | mVolume = -1.0; // XXX Hack to make the vould change happend first time |
99 | 99 | ||
100 | mVolume = 0.1234567; // minor hack to force an initial volume update | ||
101 | |||
102 | setMediaDepth(4); | 100 | setMediaDepth(4); |
103 | 101 | ||
104 | // Create a pumpable main-loop for this media | 102 | // Create a pumpable main-loop for this media |