diff options
author | Justin Clarke Casey | 2008-11-07 21:50:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-07 21:50:03 +0000 |
commit | fb694fb177a02199e6a4ff1f48f866d10e2ef29e (patch) | |
tree | 7a5d39f7382cbc13031b7a6084b91bdc25f44fd9 /OpenSim/Region/Environment/Modules/ContentManagementSystem/CMEntityCollection.cs | |
parent | * Remove next local id from SceneBase (diff) | |
download | opensim-SC-fb694fb177a02199e6a4ff1f48f866d10e2ef29e.zip opensim-SC-fb694fb177a02199e6a4ff1f48f866d10e2ef29e.tar.gz opensim-SC-fb694fb177a02199e6a4ff1f48f866d10e2ef29e.tar.bz2 opensim-SC-fb694fb177a02199e6a4ff1f48f866d10e2ef29e.tar.xz |
* Rename PrimIDAllocate() to more effectively convey what it does, and put the verb at the front
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ContentManagementSystem/CMEntityCollection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMEntityCollection.cs b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMEntityCollection.cs index 6bbc30c..f8c8a96 100644 --- a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMEntityCollection.cs +++ b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMEntityCollection.cs | |||
@@ -146,7 +146,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement | |||
146 | public AuraMetaEntity CreateAuraForNewlyCreatedEntity(SceneObjectPart part) | 146 | public AuraMetaEntity CreateAuraForNewlyCreatedEntity(SceneObjectPart part) |
147 | { | 147 | { |
148 | AuraMetaEntity ent = new AuraMetaEntity(part.ParentGroup.Scene, | 148 | AuraMetaEntity ent = new AuraMetaEntity(part.ParentGroup.Scene, |
149 | part.ParentGroup.Scene.PrimIDAllocate(), | 149 | part.ParentGroup.Scene.AllocateLocalPrimId(), |
150 | part.GetWorldPosition(), | 150 | part.GetWorldPosition(), |
151 | MetaEntity.TRANSLUCENT, | 151 | MetaEntity.TRANSLUCENT, |
152 | new Vector3(0,254,0), | 152 | new Vector3(0,254,0), |