diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:41:36 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:41:36 +0100 |
commit | 32631f09a57548c2bbf7e09211a2053ff2e4e47d (patch) | |
tree | 62ab55f486e350e8593329412d9a334d374602fc /indra/llinventory | |
parent | d71d656ba4069d0fb168869734010aaffe52a288 (diff) |
8283/4 WIP
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 5f55018387..cd6dfad71d 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -32,6 +32,8 @@ #include "llfasttimer.h" #include "v3colorutil.h" +#pragma optimize("", off) + //========================================================================= static const F32 NIGHTTIME_ELEVATION = -8.0f; // degrees static const F32 NIGHTTIME_ELEVATION_SIN = (F32)sinf(NIGHTTIME_ELEVATION * DEG_TO_RAD); |