summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2021-02-01 16:25:56 -0700
committerDave Houlton <euclid@lindenlab.com>2021-02-01 16:25:56 -0700
commit033d16747c7aab02e67001c210ecdb1cf953e327 (patch)
tree108e7d0dcb12f6f827d78a0a30b28e33a8cb95f0
parentf07b332ef0aafd1ecb82b6077309a5292c9cddc1 (diff)
DRTVWR-525 fix build error resulting from 6.4.13 merge
-rw-r--r--indra/llrender/llgl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 542b081806..43fedeca64 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1015,7 +1015,6 @@ void LLGLManager::asLLSD(LLSD& info)
// Other fields
info["has_requirements"] = mHasRequirements;
info["has_separate_specular_color"] = mHasSeparateSpecularColor;
- info["debug_gpu"] = mDebugGPU;
info["max_vertex_range"] = mGLMaxVertexRange;
info["max_index_range"] = mGLMaxIndexRange;
info["max_texture_size"] = mGLMaxTextureSize;