aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 6414f35..6aae784 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -6071,7 +6071,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
6071 //I believe the crossproduct of two normalized vectors is a normalized vector so 6071 //I believe the crossproduct of two normalized vectors is a normalized vector so
6072 //this normalization may be overkill 6072 //this normalization may be overkill
6073 6073
6074 return new LSL_Vector(vsn.X, vsn.Y, vsn.Z); 6074 return new LSL_Vector(vsn);
6075 } 6075 }
6076 6076
6077 public LSL_Vector llGroundContour(LSL_Vector offset) 6077 public LSL_Vector llGroundContour(LSL_Vector offset)