diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-02-21 16:54:36 -0800 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-02-21 16:54:36 -0800 |
commit | 34158130b4e7a24011132230765d873ea36b8986 (patch) | |
tree | 2ec5c5c86f873cf9c2fd34335f50e42910b86a43 /indra | |
parent | 2fd0e6e8f9cea68fbfe77282d623e70c64b52469 (diff) |
Help the hg stop worrying about comment-only diffs
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index eacbf2d380..8d1db7b9ad 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -461,8 +461,6 @@ void LLDrawPoolBump::unbindCubeMap(LLGLSLShader* shader, S32 shader_level, S32& } } } - // Placed after shader->disableTex(ENV,TT_CUBE_MAP) to avoid sequencing false alarm when using RenderDebugGL - // MAINT-755 cube_map->disable(); cube_map->restoreMatrix(); } |