aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Warp3DMap
diff options
context:
space:
mode:
authorDiva Canto2015-08-30 21:05:36 -0700
committerDiva Canto2015-08-30 21:05:36 -0700
commitce2c67876e0ebf4f84420696f660dc77d96dea6b (patch)
tree7dc0edb3b52931842b1dc382c344ff069e925b11 /OpenSim/Region/CoreModules/World/Warp3DMap
parentRenamed the namespaces too (diff)
downloadopensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.zip
opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.gz
opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.bz2
opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.xz
More namespace and dll name changes. Still no functional changes.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Warp3DMap')
-rw-r--r--OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
index a970755..5f2534b 100644
--- a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
+++ b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
@@ -41,7 +41,7 @@ using Mono.Addins;
41using OpenSim.Framework; 41using OpenSim.Framework;
42using OpenSim.Region.Framework.Interfaces; 42using OpenSim.Region.Framework.Interfaces;
43using OpenSim.Region.Framework.Scenes; 43using OpenSim.Region.Framework.Scenes;
44using OpenSim.Region.PhysicsModule.SharedBase; 44using OpenSim.Region.PhysicsModules.SharedBase;
45using OpenSim.Services.Interfaces; 45using OpenSim.Services.Interfaces;
46 46
47using OpenMetaverse; 47using OpenMetaverse;