mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
since we will be making the Get return type the remaining ruleset as with the Set return type, we need to move the original return type to a ref param
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
a8044999fb
commit
2a2e120470
@@ -2250,7 +2250,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
List<SceneObjectPart> parts = ((LSL_Api)m_LSL_Api).GetLinkParts(linknumber);
|
||||
foreach (SceneObjectPart part in parts)
|
||||
{
|
||||
retVal += ((LSL_Api)m_LSL_Api).GetPrimParams(part, rules);
|
||||
((LSL_Api)m_LSL_Api).GetPrimParams(part, rules, ref retVal);
|
||||
}
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user