From 5cb5d284c393a944cee743bb141243357b53879f Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sun, 22 Jun 2014 03:44:48 -0500 Subject: [PATCH] Initialize LLRender::mHasTextureSwizzle to false. --- indra/llrender/llgl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index 0cc581ca1..7680c2758 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -444,6 +444,7 @@ LLGLManager::LLGLManager() : mHasDebugOutput(FALSE), mHasAdaptiveVsync(FALSE), + mHasTextureSwizzle(FALSE), mIsATI(FALSE), mIsNVIDIA(FALSE),