fix sound bug (extra semicolon)

This commit is contained in:
Christopher Mosher 2013-12-16 21:54:40 -05:00
parent 75bb95a336
commit 9afe265028

View File

@ -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);