DecoderInternal: don't wake up player in need_chunks
Nothing of interest happens here. No need to wake up the player.
This commit is contained in:
parent
834715ea2f
commit
1904e504be
@ -50,7 +50,6 @@ need_chunks(DecoderControl &dc, bool do_wait)
|
|||||||
|
|
||||||
if (do_wait) {
|
if (do_wait) {
|
||||||
dc.Wait();
|
dc.Wait();
|
||||||
dc.client_cond.signal();
|
|
||||||
|
|
||||||
return dc.command;
|
return dc.command;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user