diff options
author | Justin Clarke Casey | 2008-11-06 23:22:38 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-06 23:22:38 +0000 |
commit | 275048490cef5ec88a79e8dd7303d146776bcb3d (patch) | |
tree | ba304282e2085dd73867cb2cb12530e173c17eff | |
parent | Mantis #2571 (diff) | |
download | opensim-SC_OLD-275048490cef5ec88a79e8dd7303d146776bcb3d.zip opensim-SC_OLD-275048490cef5ec88a79e8dd7303d146776bcb3d.tar.gz opensim-SC_OLD-275048490cef5ec88a79e8dd7303d146776bcb3d.tar.bz2 opensim-SC_OLD-275048490cef5ec88a79e8dd7303d146776bcb3d.tar.xz |
* eliminate unnecessary ScheduleFullUpdate()
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 9577bf6..3ddc0ed 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -3406,8 +3406,6 @@ if (m_shape != null) { | |||
3406 | protected internal void AttachToScene(ulong regionHandle) | 3406 | protected internal void AttachToScene(ulong regionHandle) |
3407 | { | 3407 | { |
3408 | m_regionHandle = regionHandle; | 3408 | m_regionHandle = regionHandle; |
3409 | |||
3410 | ScheduleFullUpdate(); | ||
3411 | } | 3409 | } |
3412 | 3410 | ||
3413 | private byte GetAttachPointEncoded() | 3411 | private byte GetAttachPointEncoded() |