mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't resync if it's disabled
This commit is contained in:
parent
7d1012e85e
commit
d1dce97d15
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ static void count_music_bytes(int chan, void *stream, int len, void *udata)
|
|||
{
|
||||
music_stutter_bytes += len;
|
||||
}
|
||||
else
|
||||
else if (stutter_threshold)
|
||||
{
|
||||
if (music_stutter_bytes >= stutter_threshold)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue