| 97 | } |
| 98 | |
| 99 | void Splitter::SetUpFromSaveData() |
| 100 | { |
| 101 | SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target"))); |
| 102 | IClickable* target2 = TheSynth->FindModule(mModuleSaveData.GetString("target2")); |
| 103 | if (target2) |
| 104 | mPatchCableSource2->AddPatchCable(target2); |
| 105 | } |
nothing calls this directly
no test coverage detected