diff options
author | Armin Weatherwax | 2010-09-07 13:41:02 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:42:40 +0200 |
commit | 087e15e89930d51c3964329befb273ae3b2d330d (patch) | |
tree | 684c49a772b0097ed88a25660e1fd3dd10b264cc /linden/indra/newview/llwlparammanager.cpp | |
parent | Robin Cornelius: fixes for building plugins on Linux 64bit (diff) | |
download | meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.zip meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.gz meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.bz2 meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.xz |
port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 texture system
Diffstat (limited to 'linden/indra/newview/llwlparammanager.cpp')
-rw-r--r-- | linden/indra/newview/llwlparammanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llwlparammanager.cpp b/linden/indra/newview/llwlparammanager.cpp index 31471d7..09f7d01 100644 --- a/linden/indra/newview/llwlparammanager.cpp +++ b/linden/indra/newview/llwlparammanager.cpp | |||
@@ -539,8 +539,7 @@ void LLWLParamManager::update(LLViewerCamera * cam) | |||
539 | 539 | ||
540 | F32 camYaw = cam->getYaw(); | 540 | F32 camYaw = cam->getYaw(); |
541 | 541 | ||
542 | stop_glerror(); | 542 | //stop_glerror(); |
543 | |||
544 | // *TODO: potential optimization - this block may only need to be | 543 | // *TODO: potential optimization - this block may only need to be |
545 | // executed some of the time. For example for water shaders only. | 544 | // executed some of the time. For example for water shaders only. |
546 | { | 545 | { |