diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/hippolimits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/hippolimits.h b/linden/indra/newview/hippolimits.h index d63d1b0..9cc6160 100644 --- a/linden/indra/newview/hippolimits.h +++ b/linden/indra/newview/hippolimits.h | |||
@@ -15,6 +15,7 @@ public: | |||
15 | const S32& getMaxPhysLinkedPrims() const { return mMaxPhysLinkedPrims; } | 15 | const S32& getMaxPhysLinkedPrims() const { return mMaxPhysLinkedPrims; } |
16 | const F32& getMaxInventoryItemsTransfer() const { return mMaxInventoryItemsTransfer; } | 16 | const F32& getMaxInventoryItemsTransfer() const { return mMaxInventoryItemsTransfer; } |
17 | const std::string& getVoiceConnector() const { return mVoiceConnector; } | 17 | const std::string& getVoiceConnector() const { return mVoiceConnector; } |
18 | const F32& getMaxSelectDistance() const { return mMaxSelectDistance; } | ||
18 | 19 | ||
19 | // Returns the max prim size we can use on a grid | 20 | // Returns the max prim size we can use on a grid |
20 | F32 getMinPrimScale() const; | 21 | F32 getMinPrimScale() const; |
@@ -46,6 +47,7 @@ public: | |||
46 | F32 mMinPrimXPos; | 47 | F32 mMinPrimXPos; |
47 | F32 mMinPrimYPos; | 48 | F32 mMinPrimYPos; |
48 | F32 mMinPrimZPos; | 49 | F32 mMinPrimZPos; |
50 | F32 mMaxSelectDistance; | ||
49 | 51 | ||
50 | S32 mRenderName; | 52 | S32 mRenderName; |
51 | 53 | ||