Cleanup Rendering and Display view code to get texture of output

This commit is contained in:
Bruno Herbelin
2023-02-28 19:12:51 +01:00
parent bc439829cf
commit 35507e7fbb
3 changed files with 20 additions and 18 deletions

View File

@@ -1526,7 +1526,7 @@ void Mixer::setResolution(glm::vec3 res)
{
if (session_) {
session_->setResolution(res);
View::need_deep_update_+=2;
++View::need_deep_update_;
std::ostringstream info;
info << "Session resolution changed to " << res.x << "x" << res.y;
Log::Info("%s", info.str().c_str());