mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Commands_Interface - it is now (and foxes Mantis 395)
This commit is contained in:
@@ -1814,7 +1814,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
return 0.0;
|
||||
}
|
||||
return Convert.ToSingle(src.Data[index]);
|
||||
return Convert.ToDouble(src.Data[index]);
|
||||
}
|
||||
|
||||
public string llList2String(LSL_Types.list src, int index)
|
||||
|
||||
Reference in New Issue
Block a user