diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 3931cf0..cb4c2f5 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1621,7 +1621,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1621 | /// Returns a new unallocated local primitive ID | 1621 | /// Returns a new unallocated local primitive ID |
1622 | /// </summary> | 1622 | /// </summary> |
1623 | /// <returns>A brand new local primitive ID</returns> | 1623 | /// <returns>A brand new local primitive ID</returns> |
1624 | public uint PrimIDAllocate() | 1624 | public uint AllocateLocalPrimId() |
1625 | { | 1625 | { |
1626 | uint myID; | 1626 | uint myID; |
1627 | 1627 | ||