mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
fix sound bug (extra semicolon)
This commit is contained in:
parent
75bb95a336
commit
9afe265028
@ -63,7 +63,7 @@ void fillbuf(void *userdata, Uint8 *stream, int len)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (locbuf.size() >= 65536);
|
||||
if (locbuf.size() >= 65536)
|
||||
locbuf.clear();
|
||||
}
|
||||
SDL_UnlockMutex(buflck);
|
||||
|
Loading…
Reference in New Issue
Block a user