From 817c12436ed1c4a1500cb2e836625c4f3e9b32b7 Mon Sep 17 00:00:00 2001 From: thickbrick Date: Thu, 20 Jan 2011 01:28:55 +0200 Subject: Fix #773: Crash in Advanced -> Rendering -> Debug GL Missing “POOL_VOIDWATER” item in pool names array caused crash. --- linden/indra/newview/pipeline.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/newview/pipeline.cpp') 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[] = "POOL_GROUND", "POOL_INVISIBLE", "POOL_AVATAR", + "POOL_VOIDWATER", "POOL_WATER", "POOL_GRASS", "POOL_FULLBRIGHT", -- cgit v1.1