diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llwaterparammanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llwaterparammanager.h b/linden/indra/newview/llwaterparammanager.h index 872725e..a351697 100644 --- a/linden/indra/newview/llwaterparammanager.h +++ b/linden/indra/newview/llwaterparammanager.h | |||
@@ -228,7 +228,8 @@ public: | |||
228 | void loadAllPresets(const std::string & fileName); | 228 | void loadAllPresets(const std::string & fileName); |
229 | 229 | ||
230 | /// load an individual preset into the sky | 230 | /// load an individual preset into the sky |
231 | void loadPreset(const std::string & name); | 231 | |
232 | void loadPreset(const std::string & name,bool propagate=true); | ||
232 | 233 | ||
233 | /// save the parameter presets to file | 234 | /// save the parameter presets to file |
234 | void savePreset(const std::string & name); | 235 | void savePreset(const std::string & name); |