aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase/ZeroMesher.cs
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/PhysicsModules/SharedBase/ZeroMesher.cs
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 '')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/ZeroMesher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/ZeroMesher.cs b/OpenSim/Region/PhysicsModules/SharedBase/ZeroMesher.cs
index c938252..fe87962 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/ZeroMesher.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/ZeroMesher.cs
@@ -41,7 +41,7 @@ using Nini.Config;
41 * it's always availabe and thus the default in case of configuration errors 41 * it's always availabe and thus the default in case of configuration errors
42*/ 42*/
43 43
44namespace OpenSim.Region.PhysicsModule.SharedBase 44namespace OpenSim.Region.PhysicsModules.SharedBase
45{ 45{
46 public class ZeroMesherPlugin : IMeshingPlugin 46 public class ZeroMesherPlugin : IMeshingPlugin
47 { 47 {