diff options
| author | Dave Parks <davep@lindenlab.com> | 2012-05-23 11:11:14 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2012-05-23 11:11:14 -0500 |
| commit | cea270c50aee7651c1746177f1121e8d25eb8569 (patch) | |
| tree | aa197c3e2b45c82eefd0e1efe1fbb8eb85637c94 /indra/newview/lldrawpoolalpha.cpp | |
| parent | 42cdb4a4b29535b8580a7e532eb5262080239d28 (diff) | |
MAINT-616 Fix for particles not rendering.
Diffstat (limited to 'indra/newview/lldrawpoolalpha.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolalpha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolalpha.cpp b/indra/newview/lldrawpoolalpha.cpp index a56e71baa8..5f2a982ed3 100644 --- a/indra/newview/lldrawpoolalpha.cpp +++ b/indra/newview/lldrawpoolalpha.cpp @@ -407,7 +407,7 @@ void LLDrawPoolAlpha::renderAlpha(U32 mask) if ((params.mVertexBuffer->getTypeMask() & mask) != mask) { //FIXME! - //llwarns << "Missing required components, skipping render batch." << llendl; + llwarns << "Missing required components, skipping render batch." << llendl; continue; } |
