diff options
author | Teravus Ovares | 2008-02-28 04:18:50 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-28 04:18:50 +0000 |
commit | 41c369de82dc9121b3149243c72013e7f3fddcae (patch) | |
tree | 0b2ce5e5c855669b85cef8c046c9916f072417c8 /OpenSim/Region/Environment/Scenes | |
parent | disabled AssetDownloadModule and re-enabled the asset download code in the as... (diff) | |
download | opensim-SC_OLD-41c369de82dc9121b3149243c72013e7f3fddcae.zip opensim-SC_OLD-41c369de82dc9121b3149243c72013e7f3fddcae.tar.gz opensim-SC_OLD-41c369de82dc9121b3149243c72013e7f3fddcae.tar.bz2 opensim-SC_OLD-41c369de82dc9121b3149243c72013e7f3fddcae.tar.xz |
* OnSignificantClientMovement was never being called. So we got no land updates (fixed)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 9b80444..9f3c924 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -1484,7 +1484,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1484 | if (Util.GetDistanceTo(AbsolutePosition, posLastSignificantMove) > 0.5) | 1484 | if (Util.GetDistanceTo(AbsolutePosition, posLastSignificantMove) > 0.5) |
1485 | { | 1485 | { |
1486 | posLastSignificantMove = AbsolutePosition; | 1486 | posLastSignificantMove = AbsolutePosition; |
1487 | 1487 | handler001 = OnSignificantClientMovement; | |
1488 | if (handler001 != null) | 1488 | if (handler001 != null) |
1489 | { | 1489 | { |
1490 | handler001(m_controllingClient); | 1490 | handler001(m_controllingClient); |