D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLinkNumber().
parent
c1d84ffc6c
commit
31a0f75aff
|
@ -541,7 +541,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||||
|
|
||||||
public LSL_Integer llGetLinkNumberOfSides(int link)
|
public LSL_Integer llGetLinkNumberOfSides(int link)
|
||||||
{
|
{
|
||||||
return m_LSL_Functions.llGetLinkNumber();
|
return m_LSL_Functions.llGetLinkNumberOfSides(link);
|
||||||
}
|
}
|
||||||
|
|
||||||
public LSL_Integer llGetListEntryType(LSL_List src, int index)
|
public LSL_Integer llGetListEntryType(LSL_List src, int index)
|
||||||
|
|
Loading…
Reference in New Issue