diff options
author | Diva Canto | 2015-08-30 20:29:31 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-30 20:29:31 -0700 |
commit | 2c0cad6dd3014e9ad363090f5f7872c43daffcbd (patch) | |
tree | ecd1878145bfef77eb3c9b4ee1c4f767e29b983e /OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs | |
parent | Major renaming of Physics dlls / folders. No functional changes, just renames. (diff) | |
download | opensim-SC-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.zip opensim-SC-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.gz opensim-SC-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.bz2 opensim-SC-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.xz |
Renamed the namespaces too
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs b/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs index 86d86cb..d8189e0 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSShapes.cs | |||
@@ -30,13 +30,13 @@ using System.Collections.Generic; | |||
30 | using System.Text; | 30 | using System.Text; |
31 | 31 | ||
32 | using OpenSim.Framework; | 32 | using OpenSim.Framework; |
33 | using OpenSim.Region.Physics.Manager; | 33 | using OpenSim.Region.PhysicsModule.SharedBase; |
34 | using OpenSim.Region.Physics.Meshing; | 34 | using OpenSim.Region.PhysicsModule.Meshing; |
35 | using OpenSim.Region.Physics.ConvexDecompositionDotNet; | 35 | using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet; |
36 | 36 | ||
37 | using OMV = OpenMetaverse; | 37 | using OMV = OpenMetaverse; |
38 | 38 | ||
39 | namespace OpenSim.Region.Physics.BulletSPlugin | 39 | namespace OpenSim.Region.PhysicsModule.BulletS |
40 | { | 40 | { |
41 | // Information class that holds stats for the shape. Which values mean | 41 | // Information class that holds stats for the shape. Which values mean |
42 | // something depends on the type of shape. | 42 | // something depends on the type of shape. |