diff options
author | Jeff Ames | 2008-11-30 00:51:40 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-30 00:51:40 +0000 |
commit | 077314cdd3b0acdebb2d39eb0c0108814313f8f0 (patch) | |
tree | 593de52b685729b35b4f2b05487ef7b15b327eb5 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | Explicitly Dispose() all cmd objects (diff) | |
download | opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.zip opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.tar.gz opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.tar.bz2 opensim-SC_OLD-077314cdd3b0acdebb2d39eb0c0108814313f8f0.tar.xz |
Update svn properties. Add copyright header. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 92738a2..d1634f8 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -2169,7 +2169,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2169 | 2169 | ||
2170 | if (sceneObject.RootPart.Shape.PCode == (byte)PCode.Prim) | 2170 | if (sceneObject.RootPart.Shape.PCode == (byte)PCode.Prim) |
2171 | { | 2171 | { |
2172 | if(sceneObject.RootPart.Shape.State != 0) | 2172 | if (sceneObject.RootPart.Shape.State != 0) |
2173 | { | 2173 | { |
2174 | // Fix up attachment Parent Local ID | 2174 | // Fix up attachment Parent Local ID |
2175 | // | 2175 | // |