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.

This commit is contained in:
Diva Canto
2015-09-01 09:20:20 -07:00
parent 9435405ca1
commit 0235e58fff
6 changed files with 622 additions and 628 deletions

View File

@@ -30,7 +30,6 @@ using System.Linq;
using System.Text;
using OpenSim.Framework;
using OpenSim.Region.OptionalModules.Scripting;
using OMV = OpenMetaverse;