diff options
author | Diva Canto | 2015-09-01 09:20:20 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-01 09:20:20 -0700 |
commit | 0235e58fff47d3794777392a987feb4de8a5f99a (patch) | |
tree | e17292d912f98f1095601b6a858f409d6f5f997d /OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs | |
parent | Deleted physics plugin classes. (diff) | |
download | opensim-SC-0235e58fff47d3794777392a987feb4de8a5f99a.zip opensim-SC-0235e58fff47d3794777392a987feb4de8a5f99a.tar.gz opensim-SC-0235e58fff47d3794777392a987feb4de8a5f99a.tar.bz2 opensim-SC-0235e58fff47d3794777392a987feb4de8a5f99a.tar.xz |
Moved ExtendedPhysics from OptionalModules to Bullet project, because it's very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior.
Diffstat (limited to 'OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs')
-rwxr-xr-x | OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs b/OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs index d7be470..c4b4c86 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSLinksetConstraints.cs | |||
@@ -28,8 +28,6 @@ using System; | |||
28 | using System.Collections.Generic; | 28 | using System.Collections.Generic; |
29 | using System.Text; | 29 | using System.Text; |
30 | 30 | ||
31 | using OpenSim.Region.OptionalModules.Scripting; | ||
32 | |||
33 | using OMV = OpenMetaverse; | 31 | using OMV = OpenMetaverse; |
34 | 32 | ||
35 | namespace OpenSim.Region.PhysicsModule.BulletS | 33 | namespace OpenSim.Region.PhysicsModule.BulletS |