Skip to content
Snippets Groups Projects
Commit 1fa45e74 authored by callum_linden's avatar callum_linden
Browse files

Fix for Linux build now that gcc upgraded to 4.6 by default

parent 623cb0c3
No related branches found
No related tags found
No related merge requests found
......@@ -476,7 +476,7 @@ bool LLAudioChannelFMODEX::updateBuffer()
if (mCurrentSourcep)
{
// SJB: warnings can spam and hurt framerate, disabling
FMOD_RESULT result;
//FMOD_RESULT result;
result = mChannelp->setVolume(getSecondaryGain() * mCurrentSourcep->getGain());
//Check_FMOD_Error(result, "FMOD::Channel::setVolume");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment