mirror of
https://github.com/opensim/opensim.git
synced 2026-06-21 13:05:40 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -1414,7 +1414,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Script
|
||||
|
||||
public LSLFloat(Object o)
|
||||
{
|
||||
if(!((o is double) || (o is float)))
|
||||
if (!((o is double) || (o is float)))
|
||||
{
|
||||
value = 0.0;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user