aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-20 23:47:25 +0100
committerJustin Clark-Casey (justincc)2012-07-20 23:47:25 +0100
commit1b1418e1deea2e3a302823fa6de962866a988222 (patch)
tree8d8cd5826c3b8d261488f368dc896195a1c41a3e /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
parentReorder BulletSim in prebuild.xml so OpenSim.Region.CoreModules is compiled b... (diff)
downloadopensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.zip
opensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.tar.gz
opensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.tar.bz2
opensim-SC_OLD-1b1418e1deea2e3a302823fa6de962866a988222.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 9d41ce8..8773485 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -31,8 +31,9 @@ using System.Text;
31using System.Threading; 31using System.Threading;
32using OpenSim.Framework; 32using OpenSim.Framework;
33using OpenSim.Region.Framework; 33using OpenSim.Region.Framework;
34using OpenSim.Region.Physics.Manager; 34using OpenSim.Region.CoreModules;
35using Logging = OpenSim.Region.CoreModules.Framework.Statistics.Logging; 35using Logging = OpenSim.Region.CoreModules.Framework.Statistics.Logging;
36using OpenSim.Region.Physics.Manager;
36using Nini.Config; 37using Nini.Config;
37using log4net; 38using log4net;
38using OpenMetaverse; 39using OpenMetaverse;