summaryrefslogtreecommitdiff
path: root/indra/newview/llvosky.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-11-15 09:49:36 -0800
committerGraham Linden <graham@lindenlab.com>2018-11-15 09:49:36 -0800
commita0a1d93fb6a74149bbef57f1d1489510247110ca (patch)
tree5168fb28fdd43d30445861cc60ad40131cc3f2b8 /indra/newview/llvosky.cpp
parent8558ce5c600b810356010ba3cd6d534ef22f4081 (diff)
Merge 6ish
Diffstat (limited to 'indra/newview/llvosky.cpp')
-rw-r--r--indra/newview/llvosky.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp
index c131cb886f..54ec238fde 100644
--- a/indra/newview/llvosky.cpp
+++ b/indra/newview/llvosky.cpp
@@ -54,6 +54,10 @@
#undef min
#undef max
+#if LL_WINDOWS
+#pragma optimize("", off)
+#endif
+
static const S32 NUM_TILES_X = 8;
static const S32 NUM_TILES_Y = 4;
static const S32 NUM_TILES = NUM_TILES_X * NUM_TILES_Y;