diff options
author | Diva Canto | 2015-08-30 21:05:36 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-30 21:05:36 -0700 |
commit | ce2c67876e0ebf4f84420696f660dc77d96dea6b (patch) | |
tree | 7dc0edb3b52931842b1dc382c344ff069e925b11 /OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs | |
parent | Renamed the namespaces too (diff) | |
download | opensim-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 '')
-rwxr-xr-x | OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs b/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs index 4d69f61..da3fc18 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSPhysObject.cs | |||
@@ -30,7 +30,7 @@ using System.Text; | |||
30 | 30 | ||
31 | using OMV = OpenMetaverse; | 31 | using OMV = OpenMetaverse; |
32 | using OpenSim.Framework; | 32 | using OpenSim.Framework; |
33 | using OpenSim.Region.PhysicsModule.SharedBase; | 33 | using OpenSim.Region.PhysicsModules.SharedBase; |
34 | 34 | ||
35 | namespace OpenSim.Region.PhysicsModule.BulletS | 35 | namespace OpenSim.Region.PhysicsModule.BulletS |
36 | { | 36 | { |