rename UbitMeshmerizer class as ubMeshmerizer

avinationmerge
UbitUmarov 2015-10-13 11:08:54 +01:00
parent 8e333c953d
commit f360ddd28e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ using Mono.Addins;
namespace OpenSim.Region.PhysicsModule.ubODEMeshing
{
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ubODEMeshmerizer")]
public class UbitMeshmerizer : IMesher, INonSharedRegionModule
public class ubMeshmerizer : IMesher, INonSharedRegionModule
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);