aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Meshing/Mesh.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/Meshing/Mesh.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 'OpenSim/Region/PhysicsModules/Meshing/Mesh.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/Meshing/Mesh.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Mesh.cs b/OpenSim/Region/PhysicsModules/Meshing/Mesh.cs
index 1a8574e..2ccb976 100644
--- a/OpenSim/Region/PhysicsModules/Meshing/Mesh.cs
+++ b/OpenSim/Region/PhysicsModules/Meshing/Mesh.cs
@@ -29,7 +29,7 @@ using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using System.IO; 30using System.IO;
31using System.Runtime.InteropServices; 31using System.Runtime.InteropServices;
32using OpenSim.Region.PhysicsModule.SharedBase; 32using OpenSim.Region.PhysicsModules.SharedBase;
33using PrimMesher; 33using PrimMesher;
34using OpenMetaverse; 34using OpenMetaverse;
35 35