summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolbump.cpp
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-05-30 17:43:14 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-05-30 17:43:14 -0700
commit7c722228230e9075c158fc2d0a8b286908223736 (patch)
tree79709ca5641be9513ef77cfdca8473c3fe296874 /indra/newview/lldrawpoolbump.cpp
parentc19200eb000c958bd03645ed616bbd3a1db76735 (diff)
NORSPEC-158 fix issues with loading of bumpmaps on clean install
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
-rwxr-xr-xindra/newview/lldrawpoolbump.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp
index cbd65a88e7..29076de54b 100755
--- a/indra/newview/lldrawpoolbump.cpp
+++ b/indra/newview/lldrawpoolbump.cpp
@@ -921,6 +921,8 @@ void LLBumpImageList::init()
llassert( mDarknessEntries.size() == 0 );
LLStandardBumpmap::init();
+
+ LLStandardBumpmap::restoreGL();
}
void LLBumpImageList::clear()