diff --git a/trunk/SecondLife/vector.cs b/trunk/SecondLife/vector.cs index c7264af..9003ba3 100644 --- a/trunk/SecondLife/vector.cs +++ b/trunk/SecondLife/vector.cs @@ -232,7 +232,7 @@ namespace LSLEditor } else if (Math.Abs(v1.z - v2.z) > EqualityTolerence) { bResult = false; } - return true; + return bResult; } public static bool operator !=(vector v1, vector v2)