audio speed argument bug.

This commit is contained in:
sigonasr2 2023-09-03 16:03:52 -05:00
parent 4ca649c2b7
commit 032801f3e8
2 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ bool VirusAttack::OnUserUpdate(float fElapsedTime){
switch(audioMode){ switch(audioMode){
case 0:{ case 0:{
AL.bMusicOn=AL.bSoundOn=true; AL.bMusicOn=AL.bSoundOn=true;
bgm_handle=bgm->PlayCentered(bgm_handle); bgm_handle=bgm->PlayCentered();
audioToggleButton->sText="Audio: On"; audioToggleButton->sText="Audio: On";
}break; }break;
case 1:{ case 1:{

Binary file not shown.