aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwaterparammanager.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llwaterparammanager.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llwaterparammanager.h3
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);