Fixing return value that I missed during style fix.
This commit is contained in:
parent
52be06be96
commit
95889e1a35
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ namespace LSLEditor
|
||||||
} else if (Math.Abs(v1.z - v2.z) > EqualityTolerence) {
|
} else if (Math.Abs(v1.z - v2.z) > EqualityTolerence) {
|
||||||
bResult = false;
|
bResult = false;
|
||||||
}
|
}
|
||||||
return true;
|
return bResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool operator !=(vector v1, vector v2)
|
public static bool operator !=(vector v1, vector v2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue