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/BSPrim.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/BSPrim.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs b/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs index 3e74428..6f27ac7 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs | |||
@@ -34,7 +34,6 @@ using OMV = OpenMetaverse; | |||
34 | using OpenSim.Framework; | 34 | using OpenSim.Framework; |
35 | using OpenSim.Region.PhysicsModules.SharedBase; | 35 | using OpenSim.Region.PhysicsModules.SharedBase; |
36 | using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet; | 36 | using OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet; |
37 | using OpenSim.Region.OptionalModules.Scripting; // for ExtendedPhysics | ||
38 | 37 | ||
39 | namespace OpenSim.Region.PhysicsModule.BulletS | 38 | namespace OpenSim.Region.PhysicsModule.BulletS |
40 | { | 39 | { |