diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-26 11:52:19 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-26 11:52:19 -0400 |
| commit | ab83fab72c66e753917001a9030aa55e69a3c496 (patch) | |
| tree | d71c42801e3083b316986c8005cf69a331bf558a /indra/newview/llvoavatarself.cpp | |
| parent | 04b0862b3b53ef57801b779c51e6b8fe1c442008 (diff) | |
error checking, comments for areas needing fix/check in appearance
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index b4f36a6391..6f58ffc5c1 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -1274,7 +1274,7 @@ void LLVOAvatarSelf::localTextureLoaded(BOOL success, LLViewerFetchedTexture *sr discard_level < local_tex_obj->getDiscard()) { local_tex_obj->setDiscard(discard_level); - // FIXME DRANO + // FIXME DRANO - should this be a local appearance check? if (isUsingServerBakes()) { requestLayerSetUpdate(index); |
