diff options
Diffstat (limited to 'indra')
| -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;  | 
