diff options
Diffstat (limited to 'indra/newview/llwlparammanager.h')
-rw-r--r-- | indra/newview/llwlparammanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwlparammanager.h b/indra/newview/llwlparammanager.h index a2327d35a8..8a852e043b 100644 --- a/indra/newview/llwlparammanager.h +++ b/indra/newview/llwlparammanager.h @@ -236,7 +236,7 @@ public: void update(LLViewerCamera * cam); /// apply specified params - void applyUserPrefs(); + void applyUserPrefs(bool interpolate); // get where the light is pointing inline LLVector4 getLightDir(void) const; |