| 173 | } |
| 174 | |
| 175 | void SpectralDisplay::SetUpFromSaveData() |
| 176 | { |
| 177 | SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target"))); |
| 178 | mWidth = mModuleSaveData.GetInt("width"); |
| 179 | mHeight = mModuleSaveData.GetInt("height"); |
| 180 | } |
nothing calls this directly
no test coverage detected