One shot trigger optimization

This commit is contained in:
f4exb 2015-07-14 02:27:54 +02:00
parent 9161e867c9
commit d183599166
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ void ScopeVis::feed(SampleVector::const_iterator begin, SampleVector::const_iter
{
if (!m_triggerOneShot) {
m_triggerState = Untriggered;
} else {
break;
}
}
if(m_triggerState == Untriggered)