diff options
Diffstat (limited to 'linden/indra/newview/lldrawpool.cpp')
-rw-r--r-- | linden/indra/newview/lldrawpool.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/lldrawpool.cpp b/linden/indra/newview/lldrawpool.cpp index dc2e6ba..4a1794e 100644 --- a/linden/indra/newview/lldrawpool.cpp +++ b/linden/indra/newview/lldrawpool.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 5 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -62,6 +63,9 @@ LLDrawPool *LLDrawPool::createPool(const U32 type, LLViewerImage *tex0) | |||
62 | case POOL_SIMPLE: | 63 | case POOL_SIMPLE: |
63 | poolp = new LLDrawPoolSimple(); | 64 | poolp = new LLDrawPoolSimple(); |
64 | break; | 65 | break; |
66 | case POOL_GLOW: | ||
67 | poolp = new LLDrawPoolGlow(); | ||
68 | break; | ||
65 | case POOL_ALPHA: | 69 | case POOL_ALPHA: |
66 | poolp = new LLDrawPoolAlpha(); | 70 | poolp = new LLDrawPoolAlpha(); |
67 | break; | 71 | break; |