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/CoreModules | |
parent | BulletSim: more detail logging for vehicle and general physics debugging. (diff) | |
download | opensim-SC-b25d874afaa5a3111455b9e49a73343b3afd6f14.zip opensim-SC-b25d874afaa5a3111455b9e49a73343b3afd6f14.tar.gz opensim-SC-b25d874afaa5a3111455b9e49a73343b3afd6f14.tar.bz2 opensim-SC-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')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/Statistics/Logging/BinaryLoggingModule.cs | 2 |
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; | |||
39 | using OpenSim.Region.Framework.Interfaces; | 39 | using OpenSim.Region.Framework.Interfaces; |
40 | using OpenSim.Region.Framework.Scenes; | 40 | using OpenSim.Region.Framework.Scenes; |
41 | 41 | ||
42 | namespace OpenSim.Region.CoreModules.Statistics.Logging | 42 | namespace 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 |