aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSShapes.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/BulletS/BSShapes.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/BulletS/BSShapes.cs')
-rwxr-xr-xOpenSim/Region/PhysicsModules/BulletS/BSShapes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs b/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs
index d8189e0..7357962 100755
--- a/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs
+++ b/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs
@@ -30,7 +30,7 @@ using System.Collections.Generic;
30using System.Text; 30using System.Text;
31 31
32using OpenSim.Framework; 32using OpenSim.Framework;
33using OpenSim.Region.PhysicsModule.SharedBase; 33using OpenSim.Region.PhysicsModules.SharedBase;
34using OpenSim.Region.PhysicsModule.Meshing; 34using OpenSim.Region.PhysicsModule.Meshing;
35using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet; 35using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet;
36 36