diff options
| author | Juan Linietsky | 2017-01-04 01:17:41 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-04 01:17:41 -0300 |
| commit | 76c2e8583e70e8c976a306e77a40e8e7226aa249 (patch) | |
| tree | fe260ef3c0d00996d537f2fe3b8c78abfb92aa60 /core/math/vector3.h | |
| parent | b085c40edfac45ec1c8b866c789f6e9bab7e5e08 (diff) | |
| parent | 3a0c19d3f6ddb26359c95d84c376a8e6b1afd04d (diff) | |
| download | godot-76c2e8583e70e8c976a306e77a40e8e7226aa249.tar.gz godot-76c2e8583e70e8c976a306e77a40e8e7226aa249.tar.zst godot-76c2e8583e70e8c976a306e77a40e8e7226aa249.zip | |
Diffstat (limited to 'core/math/vector3.h')
| -rw-r--r-- | core/math/vector3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/vector3.h b/core/math/vector3.h index 3f451b0ab..14cf1bc6c 100644 --- a/core/math/vector3.h +++ b/core/math/vector3.h @@ -293,7 +293,6 @@ bool Vector3::operator==(const Vector3& p_v) const { } bool Vector3::operator!=(const Vector3& p_v) const { - return (x!=p_v.x || y!=p_v.y || z!=p_v.z); } |
