summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-04-02 09:28:42 -0700
committerGraham Linden <graham@lindenlab.com>2019-04-02 09:28:42 -0700
commitf3d04dfa1ed30fb7e85f53a9cc9f877e6902e1fc (patch)
treefc742019f556d6b52be7fbe0a8334712bdbf7d4c /indra
parent5be000f566021650ca83bcdb279b50fbdcc06fde (diff)
Roll back KDU to 7.a.4 version instead of updating to 7.a.7
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewershadermgr.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewershadermgr.cpp b/indra/newview/llviewershadermgr.cpp
index 5f35f71742..b4d378ffd1 100644
--- a/indra/newview/llviewershadermgr.cpp
+++ b/indra/newview/llviewershadermgr.cpp
@@ -49,6 +49,10 @@
#include "lljoint.h"
#include "llskinningutil.h"
+#if LL_WINDOWS
+#pragma optimize("", off)
+#endif
+
static LLStaticHashedString sTexture0("texture0");
static LLStaticHashedString sTexture1("texture1");
static LLStaticHashedString sTex0("tex0");