summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-09-11 13:56:32 +0800
committerErik Kundiman <erik@megapahit.org>2023-09-11 13:56:32 +0800
commiteeba403cbe102c4270d58eb888d72f34124795c1 (patch)
tree1ffb3a3cd116558aca11f48aa00a5aac06d9950d
parent9f3b890eb5ffdb45e85945cbd1ba6a72f8b66d16 (diff)
Try to use GL_MULTISAMPLE_EXT or don't try at all
to use GL_MULTISAMPLE
-rw-r--r--indra/llrender/llgl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index df78ecad8b..028f6a7f2d 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -2391,9 +2391,6 @@ void LLGLState::initClass()
#if GL_EXT_multisample || GL_EXT_multisampled_compatibility
sStateMap[GL_MULTISAMPLE_EXT] = GL_FALSE;
glDisable(GL_MULTISAMPLE_EXT);
-#else
- sStateMap[GL_MULTISAMPLE] = GL_FALSE;
- glDisable(GL_MULTISAMPLE);
#endif
}