diff options
author | Melanie | 2012-08-31 14:34:44 +0100 |
---|---|---|
committer | Melanie | 2012-08-31 14:34:44 +0100 |
commit | edd3577b66996fbd3b45fb2214473b9d1b23f4dc (patch) | |
tree | 2b6c035f7cdfa6551197c76f61a43bc0346626f0 /OpenSim/Region | |
parent | formatting (diff) | |
parent | Implementing a vastly simpler means of allowing region modules to access GetL... (diff) | |
download | opensim-SC_OLD-edd3577b66996fbd3b45fb2214473b9d1b23f4dc.zip opensim-SC_OLD-edd3577b66996fbd3b45fb2214473b9d1b23f4dc.tar.gz opensim-SC_OLD-edd3577b66996fbd3b45fb2214473b9d1b23f4dc.tar.bz2 opensim-SC_OLD-edd3577b66996fbd3b45fb2214473b9d1b23f4dc.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 45286c0..be22cb4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -247,7 +247,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
247 | return GetLinkParts(m_host, linkType); | 247 | return GetLinkParts(m_host, linkType); |
248 | } | 248 | } |
249 | 249 | ||
250 | private List<SceneObjectPart> GetLinkParts(SceneObjectPart part, int linkType) | 250 | public static List<SceneObjectPart> GetLinkParts(SceneObjectPart part, int linkType) |
251 | { | 251 | { |
252 | List<SceneObjectPart> ret = new List<SceneObjectPart>(); | 252 | List<SceneObjectPart> ret = new List<SceneObjectPart>(); |
253 | ret.Add(part); | 253 | ret.Add(part); |