diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-12 19:35:02 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-12 19:35:02 +0100 |
commit | 261f2d60548c7ca784840ac5cafe7826dc311f74 (patch) | |
tree | ccead60398d1f1e148358bb120993f0879bc1544 /indra/newview/lldrawpoolbump.h | |
parent | 3d39634cbd3abe4df7b9ce8d229e59c3087de713 (diff) |
EXT-7154 : FIXED : darkness bumpmap looks like lightness bumpmap when deferred rendering is enabled
Diffstat (limited to 'indra/newview/lldrawpoolbump.h')
-rw-r--r-- | indra/newview/lldrawpoolbump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolbump.h b/indra/newview/lldrawpoolbump.h index e35598448d..219e2aac54 100644 --- a/indra/newview/lldrawpoolbump.h +++ b/indra/newview/lldrawpoolbump.h @@ -136,6 +136,7 @@ public: void init(); void shutdown(); + void clear(); void destroyGL(); void restoreGL(); void updateImages(); |