diff options
author | lbsa71 | 2007-09-24 12:19:33 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-24 12:19:33 +0000 |
commit | c8157da17bbd21b41e3fd975585ee7a9e5f89a91 (patch) | |
tree | 2310d1d0c2094d843e9753b1f00e4b98583b14be /OpenSim/Region/Environment/Scenes/EntityBase.cs | |
parent | * Now login swallows WebException.Timeout; (thanks cfk!) (diff) | |
download | opensim-SC_OLD-c8157da17bbd21b41e3fd975585ee7a9e5f89a91.zip opensim-SC_OLD-c8157da17bbd21b41e3fd975585ee7a9e5f89a91.tar.gz opensim-SC_OLD-c8157da17bbd21b41e3fd975585ee7a9e5f89a91.tar.bz2 opensim-SC_OLD-c8157da17bbd21b41e3fd975585ee7a9e5f89a91.tar.xz |
* Hotfix for 'properties all the way into the sunset' bug; it just doesn't make sense, but maybe we need to handle agentUpdates form children too.
* Ignored some bins
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/EntityBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs index dc1f7f1..ea50955 100644 --- a/OpenSim/Region/Environment/Scenes/EntityBase.cs +++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
40 | set { m_pos = value; } | 40 | set { m_pos = value; } |
41 | } | 41 | } |
42 | 42 | ||
43 | public LLVector3 m_velocity; | 43 | protected LLVector3 m_velocity; |
44 | 44 | ||
45 | /// <summary> | 45 | /// <summary> |
46 | /// | 46 | /// |