diff options
author | Dave Parks <davep@lindenlab.com> | 2010-11-30 00:25:44 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-11-30 00:25:44 -0600 |
commit | bd8d888ceab101db8e350b4b317823a316470ade (patch) | |
tree | c71b2ebeea90700bcc57a1b943fff1a6f0818bea /indra/newview/pipeline.h | |
parent | bc7de09e25a34af633f9edddc61d987b240460e8 (diff) |
Make importer use 3-light setup all the time
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index e63fbbf147..156a4dd15f 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -279,6 +279,7 @@ public: void enableLightsStatic(); void enableLightsDynamic(); void enableLightsAvatar(); + void enableLightsPreview(); void enableLightsAvatarEdit(const LLColor4& color); void enableLightsFullbright(const LLColor4& color); void disableLights(); |