| 142 | } |
| 143 | |
| 144 | void Lissajous::SetUpFromSaveData() |
| 145 | { |
| 146 | SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target"))); |
| 147 | mWidth = mModuleSaveData.GetFloat("width"); |
| 148 | mHeight = mModuleSaveData.GetFloat("height"); |
| 149 | mAutocorrelationMode = mModuleSaveData.GetBool("autocorrelation"); |
| 150 | } |
nothing calls this directly
no test coverage detected