diff options
| author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-07-26 17:53:45 +0200 |
|---|---|---|
| committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-07-26 20:28:13 +0200 |
| commit | df880791b81c5d0ebe9b65011107e867ad042ac2 (patch) | |
| tree | a39eaa44f2324abd2fb7c4a8dae8d6af78854697 /indra/newview/llvoavatar.cpp | |
| parent | 24f9b1f6dae69a642f8446e9bba4c2586f076594 (diff) | |
SL-18619 Eyes not rendering in Shape floater thumbnails
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 305c489cc8..e77530ecbd 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5230,11 +5230,6 @@ U32 LLVOAvatar::renderRigid() { return 0; } - - if (!mIsBuilt) - { - return 0; - } bool should_alpha_mask = shouldAlphaMask(); LLGLState test(GL_ALPHA_TEST, should_alpha_mask); |
