aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSParam.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/BSParam.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/BSParam.cs')
-rwxr-xr-xOpenSim/Region/PhysicsModules/BulletS/BSParam.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs b/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs
index 6d46fe6..10bbfb3 100755
--- a/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs
+++ b/OpenSim/Region/PhysicsModules/BulletS/BSParam.cs
@@ -29,12 +29,12 @@ using System.Collections.Generic;
29using System.Reflection; 29using System.Reflection;
30using System.Text; 30using System.Text;
31 31
32using OpenSim.Region.Physics.Manager; 32using OpenSim.Region.PhysicsModule.SharedBase;
33 33
34using OpenMetaverse; 34using OpenMetaverse;
35using Nini.Config; 35using Nini.Config;
36 36
37namespace OpenSim.Region.Physics.BulletSPlugin 37namespace OpenSim.Region.PhysicsModule.BulletS
38{ 38{
39public static class BSParam 39public static class BSParam
40{ 40{