aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorthickbrick2011-01-20 01:28:55 +0200
committerthickbrick2011-01-20 01:28:55 +0200
commit817c12436ed1c4a1500cb2e836625c4f3e9b32b7 (patch)
treece24d113d8fe9c596ec5ce4841e835b92b41cdb3 /linden/indra/newview/pipeline.cpp
parentFix #756: Link button in build floater can crash (diff)
downloadmeta-impy-817c12436ed1c4a1500cb2e836625c4f3e9b32b7.zip
meta-impy-817c12436ed1c4a1500cb2e836625c4f3e9b32b7.tar.gz
meta-impy-817c12436ed1c4a1500cb2e836625c4f3e9b32b7.tar.bz2
meta-impy-817c12436ed1c4a1500cb2e836625c4f3e9b32b7.tar.xz
Fix #773: Crash in Advanced -> Rendering -> Debug GL
Missing “POOL_VOIDWATER” item in pool names array caused crash.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/pipeline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp
index 9da0da0..36ffb05 100644
--- a/linden/indra/newview/pipeline.cpp
+++ b/linden/indra/newview/pipeline.cpp
@@ -157,6 +157,7 @@ std::string gPoolNames[] =
157 "POOL_GROUND", 157 "POOL_GROUND",
158 "POOL_INVISIBLE", 158 "POOL_INVISIBLE",
159 "POOL_AVATAR", 159 "POOL_AVATAR",
160 "POOL_VOIDWATER",
160 "POOL_WATER", 161 "POOL_WATER",
161 "POOL_GRASS", 162 "POOL_GRASS",
162 "POOL_FULLBRIGHT", 163 "POOL_FULLBRIGHT",