aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs
diff options
context:
space:
mode:
authorDiva Canto2015-08-30 20:29:31 -0700
committerDiva Canto2015-08-30 20:29:31 -0700
commit2c0cad6dd3014e9ad363090f5f7872c43daffcbd (patch)
treeecd1878145bfef77eb3c9b4ee1c4f767e29b983e /OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs
parentMajor renaming of Physics dlls / folders. No functional changes, just renames. (diff)
downloadopensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.zip
opensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.gz
opensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.bz2
opensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.xz
Renamed the namespaces too
Diffstat (limited to 'OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs')
-rwxr-xr-xOpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs b/OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs
index b47e9a8..e42e868 100755
--- a/OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs
+++ b/OpenSim/Region/PhysicsModules/BulletS/BSConstraint.cs
@@ -29,7 +29,7 @@ using System.Collections.Generic;
29using System.Text; 29using System.Text;
30using OpenMetaverse; 30using OpenMetaverse;
31 31
32namespace OpenSim.Region.Physics.BulletSPlugin 32namespace OpenSim.Region.PhysicsModule.BulletS
33{ 33{
34 34
35public abstract class BSConstraint : IDisposable 35public abstract class BSConstraint : IDisposable