| 95 | } |
| 96 | |
| 97 | void AudioRouter::Poll() |
| 98 | { |
| 99 | for (int i = 0; i < (int)mDestinationCables.size(); ++i) |
| 100 | mDestinationCables[i]->SetShowing(!mOnlyShowActiveCable || i == mRouteIndex || mDestinationCables[i]->GetIsPartOfCircularDependency()); |
| 101 | } |
| 102 | |
| 103 | void AudioRouter::DrawModule() |
| 104 | { |
nothing calls this directly
no test coverage detected