Merge pull request #167 from Nick007J/master

fixed bridge
This commit is contained in:
Nikolay Korolev 2019-07-26 18:02:33 +03:00 committed by GitHub
commit 0c447c70e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4037,7 +4037,7 @@ cAudioManager::ProcessEntity(int32 id)
case AUDIOTYPE_BRIDGE:
if(!m_bUserPause) {
m_sQueueSample.m_bReverbFlag = 1;
cAudioManager::ProcessBridgeOneShots();
cAudioManager::ProcessBridge();
}
break;
case AUDIOTYPE_FRONTEND: