mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
missed a file
This commit is contained in:
@@ -5727,10 +5727,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
|
||||
if (stride <= 0)
|
||||
{
|
||||
stride = 1;
|
||||
}
|
||||
return src.Sort(stride, ascending);
|
||||
|
||||
return src.Sort(stride, ascending == 1);
|
||||
}
|
||||
|
||||
public LSL_Integer llGetListLength(LSL_List src)
|
||||
|
||||
Reference in New Issue
Block a user