fixed multithreaded download issue

This commit is contained in:
itsmattkc
2019-08-29 20:12:44 +10:00
parent b81d0598b3
commit b8d46eeb34
3 changed files with 6 additions and 5 deletions
@@ -83,6 +83,8 @@ void RendererProcessThread::ProcessLoop()
// Get the requested value
output_to_process->get_value(path_.time());
render_instance()->context()->functions()->glFinish();
emit FinishedPath();
}
}