minor: rename GetScriptPrimType() to GetPrimType()

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-01 22:33:15 +00:00
parent 5432925a3b
commit 08721be374
2 changed files with 4 additions and 4 deletions

View File

@@ -3029,7 +3029,7 @@ namespace OpenSim.Region.Framework.Scenes
bool hasDimple;
bool hasProfileCut;
PrimType primType = GetScriptPrimType();
PrimType primType = GetPrimType();
HasCutHollowDimpleProfileCut(primType, Shape, out hasCut, out hasHollow, out hasDimple, out hasProfileCut);
switch (primType)
@@ -3085,7 +3085,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary>
/// <param name="primShape"></param>
/// <returns></returns>
public PrimType GetScriptPrimType()
public PrimType GetPrimType()
{
if (Shape.SculptEntry)
return PrimType.SCULPT;