Using std future promises to get thumbnail of render view

This commit is contained in:
Bruno
2021-04-24 13:14:57 +02:00
parent 5473c0b38b
commit f643e80de7
4 changed files with 32 additions and 16 deletions

View File

@@ -128,7 +128,6 @@ void Session::update(float dt)
// draw render view in Frame Buffer
render_.draw();
}
SourceList::iterator Session::addSource(Source *s)