diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-08 15:20:28 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-08 15:20:28 +0000 |
commit | 5cbe0578800c8d9b9c497b08370f23ee1f2c109e (patch) | |
tree | 7a30837c3d61f9129257cfb314ff25f1b5078273 /indra/newview/lldrawpool.cpp | |
parent | 0c800002e2bdc81d66eb7f7f7eb76448574edad8 (diff) |
SL-838 - prevent deletion of LLDrawPoolAvatar while it still has rigged faces
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r-- | indra/newview/lldrawpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp index f74164aea6..1ec8d97f36 100644 --- a/indra/newview/lldrawpool.cpp +++ b/indra/newview/lldrawpool.cpp @@ -140,7 +140,7 @@ LLViewerTexture *LLDrawPool::getDebugTexture() return NULL; } -//virtual +//virtuals void LLDrawPool::beginRenderPass( S32 pass ) { } |