summaryrefslogtreecommitdiff
path: root/indra/newview/llwlparammanager.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-05-16 17:17:01 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-05-16 17:17:01 +0300
commitcccca566bd2365c88cca819729c5432af9dfa52f (patch)
tree8d81a737b1c6bf087a4d7330f1948155f554fcf2 /indra/newview/llwlparammanager.h
parent0d7ea0e5abb4df0a18f1d8b73cce81dc2070afad (diff)
STORM-1245 WIP Reimplementing management of local presets according to the new spec.
User environment preferences are now persistent. TODO: Implement applying region env. settings.
Diffstat (limited to 'indra/newview/llwlparammanager.h')
-rw-r--r--indra/newview/llwlparammanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llwlparammanager.h b/indra/newview/llwlparammanager.h
index e85227d3b3..a2327d35a8 100644
--- a/indra/newview/llwlparammanager.h
+++ b/indra/newview/llwlparammanager.h
@@ -235,6 +235,9 @@ public:
/// update information camera dependent parameters
void update(LLViewerCamera * cam);
+ /// apply specified params
+ void applyUserPrefs();
+
// get where the light is pointing
inline LLVector4 getLightDir(void) const;