mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-09 10:29:45 +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
|
else
|
||||||
{
|
{
|
||||||
if (locbuf.size() >= 65536);
|
if (locbuf.size() >= 65536)
|
||||||
locbuf.clear();
|
locbuf.clear();
|
||||||
}
|
}
|
||||||
SDL_UnlockMutex(buflck);
|
SDL_UnlockMutex(buflck);
|
||||||
|
Loading…
Reference in New Issue
Block a user