mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Update svn properties, formatting cleanup.
This commit is contained in:
@@ -730,11 +730,11 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
c.Value = c.Value.Insert(dotIndex, "0");
|
||||
c.Value = "new LSL_Types.LSLFloat("+c.Value+")";
|
||||
}
|
||||
else if("LSL_Types.LSLInteger" == c.Type)
|
||||
else if ("LSL_Types.LSLInteger" == c.Type)
|
||||
{
|
||||
c.Value = "new LSL_Types.LSLInteger("+c.Value+")";
|
||||
}
|
||||
else if("LSL_Types.LSLString" == c.Type)
|
||||
else if ("LSL_Types.LSLString" == c.Type)
|
||||
{
|
||||
c.Value = "new LSL_Types.LSLString(\""+c.Value+"\")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user