| 1023 | } |
| 1024 | |
| 1025 | void Autotalent::LoadLayout(const ofxJSONElement& moduleInfo) |
| 1026 | { |
| 1027 | mModuleSaveData.LoadString("target", moduleInfo); |
| 1028 | |
| 1029 | SetUpFromSaveData(); |
| 1030 | } |
| 1031 | |
| 1032 | void Autotalent::SetUpFromSaveData() |
| 1033 | { |
nothing calls this directly
no test coverage detected