aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMW2007-08-24 12:38:48 +0000
committerMW2007-08-24 12:38:48 +0000
commit39a8cc43c7dd46891cd2d8ced2efd734b5c7c83a (patch)
treeafa80c56b46f6ee0c15626d0c3161306a46ac9b8 /OpenSim
parentHopefully fixed mantis bug #318 (exception when a prim moves across a border,... (diff)
downloadopensim-SC_OLD-39a8cc43c7dd46891cd2d8ced2efd734b5c7c83a.zip
opensim-SC_OLD-39a8cc43c7dd46891cd2d8ced2efd734b5c7c83a.tar.gz
opensim-SC_OLD-39a8cc43c7dd46891cd2d8ced2efd734b5c7c83a.tar.bz2
opensim-SC_OLD-39a8cc43c7dd46891cd2d8ced2efd734b5c7c83a.tar.xz
Had "using OpenSim.Physics.Manager;" defined twice in SceneObjectGroup.cs, so removed one of them.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index cbf92a8..aa33d03 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -11,7 +11,6 @@ using OpenSim.Framework.Interfaces;
11using OpenSim.Framework.Types; 11using OpenSim.Framework.Types;
12using OpenSim.Physics.Manager; 12using OpenSim.Physics.Manager;
13using OpenSim.Framework.Data; 13using OpenSim.Framework.Data;
14using OpenSim.Physics.Manager;
15 14
16namespace OpenSim.Region.Environment.Scenes 15namespace OpenSim.Region.Environment.Scenes
17{ 16{