mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
missing file and take a debug message out
This commit is contained in:
@@ -1214,6 +1214,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llList2ListStrided(src, start, end, stride);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_List llList2ListSlice(LSL_List src, int start, int end, int stride, int stride_index)
|
||||
{
|
||||
return m_LSL_Functions.llList2ListSlice(src, start, end, stride, stride_index);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Rotation llList2Rot(LSL_List src, int index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user