diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-06-04 17:07:27 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-06-04 17:07:27 -0400 |
| commit | 13ca132037e4b8c5b954e0cfe44a9713709bf041 (patch) | |
| tree | 7b90c75957f31f5a149a39b0758ca51545f5a4b3 /indra/llinventory | |
| parent | e2eafb565f95e818b842e4bad94d323f0b4da86b (diff) | |
| parent | 503d394fb57c9043114dfe28ef2836f799142747 (diff) | |
merge changes for DRTVWR-157
Diffstat (limited to 'indra/llinventory')
| -rw-r--r-- | indra/llinventory/llparcel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llparcel.h b/indra/llinventory/llparcel.h index e36d0b20d2..f0b2caca3d 100644 --- a/indra/llinventory/llparcel.h +++ b/indra/llinventory/llparcel.h @@ -45,7 +45,7 @@ const S32 PARCEL_UNIT_AREA = 16; const F32 PARCEL_HEIGHT = 50.f; //Height above ground which parcel boundries exist for explicitly banned avatars -const F32 BAN_HEIGHT = 768.f; +const F32 BAN_HEIGHT = 5000.f; // Maximum number of entries in an access list const S32 PARCEL_MAX_ACCESS_LIST = 300; |
