mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Fixing llList2double issue (Thanks ldvoipeng)
This commit is contained in:
@@ -412,7 +412,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler
|
||||
return Convert.ToInt32(src[index]);
|
||||
}
|
||||
|
||||
public double llList2Double(List<string> src, int index)
|
||||
public double llList2double(List<string> src, int index)
|
||||
{
|
||||
return Convert.ToDouble(src[index]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user