aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/hippolimits.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/hippolimits.cpp b/linden/indra/newview/hippolimits.cpp
index 3368ba4..d899f60 100644
--- a/linden/indra/newview/hippolimits.cpp
+++ b/linden/indra/newview/hippolimits.cpp
@@ -16,7 +16,7 @@ HippoLimits *gHippoLimits = 0;
16HippoLimits::HippoLimits() 16HippoLimits::HippoLimits()
17: 17:
18 mMaxAgentGroups(100), 18 mMaxAgentGroups(100),
19 mMaxHeight(10000.0f), 19 mMaxHeight(16383.0f),
20 mMinHoleSize(0.05f), 20 mMinHoleSize(0.05f),
21 mMaxHollow(0.95f), 21 mMaxHollow(0.95f),
22 mMinPrimScale(0.001f), 22 mMinPrimScale(0.001f),
@@ -56,7 +56,7 @@ void HippoLimits::setOpenSimLimits()
56 mMaxPrimXPos = F32_MAX; 56 mMaxPrimXPos = F32_MAX;
57 mMaxPrimYPos = F32_MAX; 57 mMaxPrimYPos = F32_MAX;
58 mMaxPrimZPos = F32_MAX; 58 mMaxPrimZPos = F32_MAX;
59 mMaxHeight = 10000.0f; 59 mMaxHeight = 16383.0f;
60 mMaxLinkedPrims = -1; 60 mMaxLinkedPrims = -1;
61 mMaxPhysLinkedPrims = -1; 61 mMaxPhysLinkedPrims = -1;
62 mAllowParcelWindLight = TRUE; 62 mAllowParcelWindLight = TRUE;