aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoLimits.h
diff options
context:
space:
mode:
authorRevolutionSmythe2010-10-26 16:08:09 -0500
committerMcCabe Maxsted2010-11-01 17:02:17 -0700
commit8f9e76c53c662fd06b1a88288cc84f54e465be8e (patch)
treecaa57683778e4fe6dc515f5e7cd516ea57610deb /linden/indra/newview/hippoLimits.h
parentMerges the Message log and Message builder from Inertia in. (diff)
downloadmeta-impy-8f9e76c53c662fd06b1a88288cc84f54e465be8e.zip
meta-impy-8f9e76c53c662fd06b1a88288cc84f54e465be8e.tar.gz
meta-impy-8f9e76c53c662fd06b1a88288cc84f54e465be8e.tar.bz2
meta-impy-8f9e76c53c662fd06b1a88288cc84f54e465be8e.tar.xz
Bug fixes for earlier commits. Adds cut to the inventory panel along with copy and paste.
Diffstat (limited to 'linden/indra/newview/hippoLimits.h')
-rw-r--r--linden/indra/newview/hippoLimits.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/hippoLimits.h b/linden/indra/newview/hippoLimits.h
index a5493eb..7792a2c 100644
--- a/linden/indra/newview/hippoLimits.h
+++ b/linden/indra/newview/hippoLimits.h
@@ -12,7 +12,6 @@ public:
12 const F32& getMinHoleSize() const { return mMinHoleSize; } 12 const F32& getMinHoleSize() const { return mMinHoleSize; }
13 const F32& getMaxHollow() const { return mMaxHollow; } 13 const F32& getMaxHollow() const { return mMaxHollow; }
14 const S32& getMaxLinkedPrims() const { return mMaxLinkedPrims; } 14 const S32& getMaxLinkedPrims() const { return mMaxLinkedPrims; }
15 const F32& getMaxDragDistance() const { return mMaxDragDistance; }
16 const S32& getMaxPhysLinkedPrims() const { return mMaxPhysLinkedPrims; } 15 const S32& getMaxPhysLinkedPrims() const { return mMaxPhysLinkedPrims; }
17 const F32& getMaxInventoryItemsTransfer() const { return mMaxInventoryItemsTransfer; } 16 const F32& getMaxInventoryItemsTransfer() const { return mMaxInventoryItemsTransfer; }
18 17
@@ -21,6 +20,8 @@ public:
21 F32 getMinPrimScale() const; 20 F32 getMinPrimScale() const;
22 F32 getMaxPrimScale() const; 21 F32 getMaxPrimScale() const;
23 22
23 F32 getMaxDragDistance() const;
24
24 F32 getMinPrimXPos() const; 25 F32 getMinPrimXPos() const;
25 F32 getMinPrimYPos() const; 26 F32 getMinPrimYPos() const;
26 F32 getMinPrimZPos() const; 27 F32 getMinPrimZPos() const;