Issue #209
This commit is contained in:
Flyinghead 2021-05-02 15:14:26 +02:00
parent d20fc971c9
commit f2b74de9dd
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ bool QueueRender(TA_context* ctx)
return false;
}
frame_finished.Reset();
mtx_rqueue.lock();
TA_context* old = rqueue;
rqueue=ctx;