diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-27 16:54:18 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-27 16:54:18 -0400 |
commit | f6649fc31fa837a5650beb776b5f7f26e53440ec (patch) | |
tree | 16ef5a0e38883580ef637a09f314c59c52c4f84a /indra/newview/pipeline.cpp | |
parent | 352698140775e62498686f80b5aa21aee85524cf (diff) | |
parent | 637fb26dd892d57a87698180adf9a8122c48b996 (diff) |
Merging sunshine-experimental into sunshine-internal
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index e874373f9e..61df5bc2eb 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1139,7 +1139,6 @@ void LLPipeline::releaseScreenBuffers() void LLPipeline::createGLBuffers() { - if (gHeadlessClient) return; stop_glerror(); LLMemType mt_cb(LLMemType::MTYPE_PIPELINE_CREATE_BUFFERS); assertInitialized(); |