updateSuperSource method

void updateSuperSource(
  1. int index,
  2. SuperSourceState state
)

Implementation

void updateSuperSource(int index, SuperSourceState state) {
  _superSources[index] = state;
}