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/BSPlugin.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 '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/BulletS/BSPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSPlugin.cs b/OpenSim/Region/PhysicsModules/BulletS/BSPlugin.cs index 9442854..e28cd92 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSPlugin.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSPlugin.cs | |||
@@ -27,10 +27,10 @@ | |||
27 | using System; | 27 | using System; |
28 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenSim.Region.Physics.Manager; | 30 | using OpenSim.Region.PhysicsModule.SharedBase; |
31 | using OpenMetaverse; | 31 | using OpenMetaverse; |
32 | 32 | ||
33 | namespace OpenSim.Region.Physics.BulletSPlugin | 33 | namespace OpenSim.Region.PhysicsModule.BulletS |
34 | { | 34 | { |
35 | /// <summary> | 35 | /// <summary> |
36 | /// Entry for a port of Bullet (http://bulletphysics.org/) to OpenSim. | 36 | /// Entry for a port of Bullet (http://bulletphysics.org/) to OpenSim. |