summaryrefslogtreecommitdiff
path: root/indra/llrender/llrendertarget.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-15 18:03:11 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-15 18:03:11 +0300
commited36165f291c4aed94058ef5b890044f55a7bf9b (patch)
tree15175a76eb61f0f5d253c3842572fbca699544cf /indra/llrender/llrendertarget.cpp
parentbeae4564e365e4f61cb7ee535701fa9e82afc7ef (diff)
SL-17584 Frame buffer object is now nessesary to run viewer
Diffstat (limited to 'indra/llrender/llrendertarget.cpp')
-rw-r--r--indra/llrender/llrendertarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrendertarget.cpp b/indra/llrender/llrendertarget.cpp
index 0408010513..fffc15efc3 100644
--- a/indra/llrender/llrendertarget.cpp
+++ b/indra/llrender/llrendertarget.cpp
@@ -133,7 +133,7 @@ bool LLRenderTarget::allocate(U32 resx, U32 resy, U32 color_fmt, bool depth, boo
mUsage = usage;
mUseDepth = depth;
- if ((sUseFBO || use_fbo) && gGLManager.mHasFramebufferObject)
+ if (sUseFBO || use_fbo)
{
if (depth)
{