mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Correct call to Source Activation (inheritance)
This commit is contained in:
@@ -546,7 +546,7 @@ void Source::setActive (bool on)
|
||||
|
||||
void Source::setActive (float threshold)
|
||||
{
|
||||
Source::setActive( glm::length( glm::vec2(groups_[View::MIXING]->translation_) ) < threshold );
|
||||
setActive( glm::length( glm::vec2(groups_[View::MIXING]->translation_) ) < threshold );
|
||||
}
|
||||
|
||||
void Source::setLocked (bool on)
|
||||
|
||||
Reference in New Issue
Block a user