mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-23 20:32:14 +00:00
- removed garbage character.
This commit is contained in:
parent
5c8607c846
commit
aa004f78a9
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ void AlsaMIDIDevice::PumpEvents() {
|
|||
ZMusic_Printf(ZMUSIC_MSG_ERROR, "Alsa sequencer did not accept event: error %d!\n", result);
|
||||
if(WaitForExit(pump_step, status)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
continue;
|
||||
}
|
||||
buffer_ticks += event.ticks;
|
||||
|
|
Loading…
Reference in a new issue