mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 05:09:58 +01:00
DRAFT feature for showing test pattern on output window
This commit is contained in:
@@ -1526,7 +1526,7 @@ void Mixer::setResolution(glm::vec3 res)
|
||||
{
|
||||
if (session_) {
|
||||
session_->setResolution(res);
|
||||
++View::need_deep_update_;
|
||||
View::need_deep_update_+=2;
|
||||
std::ostringstream info;
|
||||
info << "Session resolution changed to " << res.x << "x" << res.y;
|
||||
Log::Info("%s", info.str().c_str());
|
||||
|
||||
Reference in New Issue
Block a user