Correct call to Source Activation (inheritance)

This commit is contained in:
Bruno Herbelin
2021-12-23 22:16:16 +01:00
parent 2d44a60b90
commit eb8e33e311

View File

@@ -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)