Correct audio buffer underrun error message
This commit is contained in:
parent
15f4d74698
commit
c841d343a3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static inline int soundWait() {
|
||||||
|
|
||||||
while(audioInfo.play.eof - previousEOF < 1) {
|
while(audioInfo.play.eof - previousEOF < 1) {
|
||||||
if(previousEOF >= buffersWritten) {
|
if(previousEOF >= buffersWritten) {
|
||||||
Backend_PrintError("Audio overflow.\n");
|
Backend_PrintError("Audio underrun.\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue