aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework
diff options
context:
space:
mode:
authorRobert Adams2012-07-20 15:34:19 -0700
committerRobert Adams2012-07-20 15:34:19 -0700
commitb25d874afaa5a3111455b9e49a73343b3afd6f14 (patch)
treed5d4afde4ba379d7f8075d7573a0ec535b031e3d /OpenSim/Region/CoreModules/Framework
parentBulletSim: more detail logging for vehicle and general physics debugging. (diff)
downloadopensim-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/CoreModules/Framework')
-rw-r--r--OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs b/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
index 9b1b1a3..fb74cc6 100644
--- a/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs
@@ -39,7 +39,7 @@ using OpenSim.Region.Framework;
39using OpenSim.Region.Framework.Interfaces; 39using OpenSim.Region.Framework.Interfaces;
40using OpenSim.Region.Framework.Scenes; 40using OpenSim.Region.Framework.Scenes;
41 41
42namespace OpenSim.Region.CoreModules.Statistics.Logging 42namespace OpenSim.Region.CoreModules.Framework.Statistics.Logging
43{ 43{
44 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BinaryLoggingModule")] 44 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BinaryLoggingModule")]
45 public class BinaryLoggingModule : INonSharedRegionModule 45 public class BinaryLoggingModule : INonSharedRegionModule