diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-27 19:06:11 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-27 19:06:11 +0300 |
commit | 027dbc2ccfe3a94db10fc1f85f7c0ee58c4eed4f (patch) | |
tree | aa5c03cbb02c8cfe3c587ad295babba6d40f848f /indra/newview/llface.cpp | |
parent | 32058405e151572137654c1f96bd7380c9f64261 (diff) | |
parent | a426e8ddb31260cbc56106d433d967ebcb9b99aa (diff) |
Merge branch 'DRTVWR-543-maint' into DRTVWR-543-maint_cmake
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r-- | indra/newview/llface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index e8eac55e50..c3b3ccabb4 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1541,7 +1541,6 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, !rebuild_weights && //TODO: add support for weights !volume.isUnique()) //source volume is NOT flexi { //use transform feedback to pack vertex buffer - //gGLDebugLoggingEnabled = TRUE; LL_PROFILE_ZONE_NAMED_CATEGORY_FACE("getGeometryVolume - transform feedback"); LLGLEnable discard(GL_RASTERIZER_DISCARD); |