aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippolimits.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 bb2e805..4516668 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),
@@ -57,7 +57,7 @@ void HippoLimits::setOpenSimLimits()
57 mMaxPrimXPos = F32_MAX; 57 mMaxPrimXPos = F32_MAX;
58 mMaxPrimYPos = F32_MAX; 58 mMaxPrimYPos = F32_MAX;
59 mMaxPrimZPos = F32_MAX; 59 mMaxPrimZPos = F32_MAX;
60 mMaxHeight = 10000.0f; 60 mMaxHeight = 16383.0f;
61 mMaxLinkedPrims = -1; 61 mMaxLinkedPrims = -1;
62 mMaxPhysLinkedPrims = -1; 62 mMaxPhysLinkedPrims = -1;
63 mAllowParcelWindLight = TRUE; 63 mAllowParcelWindLight = TRUE;