diff options
author | Graham Linden <graham@lindenlab.com> | 2019-04-25 11:44:48 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-04-25 11:44:48 -0700 |
commit | 5f4b93466cf714df13af2056d13973071bc3d541 (patch) | |
tree | 30fd39986e7013dea70c01176f235c0e28de874a /indra/llinventory | |
parent | 4d6cb310ec516fe50912293042ee95d5a10cbe73 (diff) |
Remove bughunting asserts.
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 549d0c4b3b..5870fb27e3 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -994,9 +994,6 @@ void LLSettingsSky::calculateHeavenlyBodyPositions() const mMoonDirection.normalize(); // find out about degen math earlier rather than later - llassert(mSunDirection.length() >= 0.9f); - llassert(mMoonDirection.length() >= 0.9f); - if (mSunDirection.lengthSquared() < 0.9f) { LL_WARNS("SETTINGS") << "Invalid sun direction." << LL_ENDL; |