aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2015-10-13 11:08:54 +0100
committerUbitUmarov2015-10-13 11:08:54 +0100
commitf360ddd28e731da5ff26dbdb1d3aa5487d2cc533 (patch)
tree3b3f68b6305bb0722cfd71ab7409db63702f7189
parent in stats use real integration time, not the wanted one. Dont let stats calls... (diff)
downloadopensim-SC_OLD-f360ddd28e731da5ff26dbdb1d3aa5487d2cc533.zip
opensim-SC_OLD-f360ddd28e731da5ff26dbdb1d3aa5487d2cc533.tar.gz
opensim-SC_OLD-f360ddd28e731da5ff26dbdb1d3aa5487d2cc533.tar.bz2
opensim-SC_OLD-f360ddd28e731da5ff26dbdb1d3aa5487d2cc533.tar.xz
rename UbitMeshmerizer class as ubMeshmerizer
-rw-r--r--OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs
index 596ce0f..a6e303a 100644
--- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs
+++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Meshmerizer.cs
@@ -51,7 +51,7 @@ using Mono.Addins;
51namespace OpenSim.Region.PhysicsModule.ubODEMeshing 51namespace OpenSim.Region.PhysicsModule.ubODEMeshing
52{ 52{
53 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ubODEMeshmerizer")] 53 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ubODEMeshmerizer")]
54 public class UbitMeshmerizer : IMesher, INonSharedRegionModule 54 public class ubMeshmerizer : IMesher, INonSharedRegionModule
55 { 55 {
56 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 56 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
57 57