From 8f9e76c53c662fd06b1a88288cc84f54e465be8e Mon Sep 17 00:00:00 2001 From: RevolutionSmythe Date: Tue, 26 Oct 2010 16:08:09 -0500 Subject: Bug fixes for earlier commits. Adds cut to the inventory panel along with copy and paste. --- linden/indra/newview/hippoLimits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/hippoLimits.h') 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: const F32& getMinHoleSize() const { return mMinHoleSize; } const F32& getMaxHollow() const { return mMaxHollow; } const S32& getMaxLinkedPrims() const { return mMaxLinkedPrims; } - const F32& getMaxDragDistance() const { return mMaxDragDistance; } const S32& getMaxPhysLinkedPrims() const { return mMaxPhysLinkedPrims; } const F32& getMaxInventoryItemsTransfer() const { return mMaxInventoryItemsTransfer; } @@ -21,6 +20,8 @@ public: F32 getMinPrimScale() const; F32 getMaxPrimScale() const; + F32 getMaxDragDistance() const; + F32 getMinPrimXPos() const; F32 getMinPrimYPos() const; F32 getMinPrimZPos() const; -- cgit v1.1