aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSPlugin.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/BSPlugin.cs
parentMajor renaming of Physics dlls / folders. No functional changes, just renames. (diff)
downloadopensim-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.cs4
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 @@
27using System; 27using System;
28using System.Collections.Generic; 28using System.Collections.Generic;
29using OpenSim.Framework; 29using OpenSim.Framework;
30using OpenSim.Region.Physics.Manager; 30using OpenSim.Region.PhysicsModule.SharedBase;
31using OpenMetaverse; 31using OpenMetaverse;
32 32
33namespace OpenSim.Region.Physics.BulletSPlugin 33namespace 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.