diff options
author | Robert Adams | 2012-07-20 15:34:19 -0700 |
---|---|---|
committer | Robert Adams | 2012-07-20 15:34:19 -0700 |
commit | b25d874afaa5a3111455b9e49a73343b3afd6f14 (patch) | |
tree | d5d4afde4ba379d7f8075d7573a0ec535b031e3d /OpenSim/Region/Physics | |
parent | BulletSim: more detail logging for vehicle and general physics debugging. (diff) | |
download | opensim-SC_OLD-b25d874afaa5a3111455b9e49a73343b3afd6f14.zip opensim-SC_OLD-b25d874afaa5a3111455b9e49a73343b3afd6f14.tar.gz opensim-SC_OLD-b25d874afaa5a3111455b9e49a73343b3afd6f14.tar.bz2 opensim-SC_OLD-b25d874afaa5a3111455b9e49a73343b3afd6f14.tar.xz |
BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempting to fix a mono compile error.
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 3 |
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; | |||
31 | using System.Threading; | 31 | using System.Threading; |
32 | using OpenSim.Framework; | 32 | using OpenSim.Framework; |
33 | using OpenSim.Region.Framework; | 33 | using OpenSim.Region.Framework; |
34 | using OpenSim.Region.Physics.Manager; | 34 | using OpenSim.Region.CoreModules; |
35 | using Logging = OpenSim.Region.CoreModules.Framework.Statistics.Logging; | 35 | using Logging = OpenSim.Region.CoreModules.Framework.Statistics.Logging; |
36 | using OpenSim.Region.Physics.Manager; | ||
36 | using Nini.Config; | 37 | using Nini.Config; |
37 | using log4net; | 38 | using log4net; |
38 | using OpenMetaverse; | 39 | using OpenMetaverse; |