Fixed a couple of compilation errors when using GCC.
This commit is contained in:
@@ -277,11 +277,6 @@ void LLAudioEngine::updateChannels()
|
||||
}
|
||||
}
|
||||
llassert(found_buffer);
|
||||
if(!mChannels[i]->mCurrentBufferp->mInUse)
|
||||
{
|
||||
llassert(!mChannels[i]->isPlaying());
|
||||
llassert(!mChannels[i]->isWaiting());
|
||||
}
|
||||
}
|
||||
#endif //SHOW_ASSERT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user