diff options
author | thickbrick | 2011-01-20 01:28:55 +0200 |
---|---|---|
committer | thickbrick | 2011-01-20 01:28:55 +0200 |
commit | 817c12436ed1c4a1500cb2e836625c4f3e9b32b7 (patch) | |
tree | ce24d113d8fe9c596ec5ce4841e835b92b41cdb3 /linden/indra/newview/pipeline.cpp | |
parent | Fix #756: Link button in build floater can crash (diff) | |
download | meta-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.cpp | 1 |
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", |