move hollow sphere faces bug back up to LSL_Api.cs

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-01 22:29:21 +00:00
parent ecc068fbe0
commit 5432925a3b
2 changed files with 52 additions and 37 deletions

View File

@@ -3053,7 +3053,7 @@ namespace OpenSim.Region.Framework.Scenes
ret = 1;
if (hasCut) ret += 2;
if (hasDimple) ret += 2;
if (hasHollow) ret += 3; // Emulate lsl on secondlife (according to documentation it should have added only +1)
if (hasHollow) ret += 1;
break;
case PrimType.TORUS:
ret = 1;