summaryrefslogtreecommitdiff
path: root/core/math/vector3.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-02-14 17:05:16 -0300
committerGitHub <noreply@github.com>2017-02-14 17:05:16 -0300
commit04a6d2789e65c41b616380fcb89d66c183918eaa (patch)
tree8beec0bfd954a7068566855aa970120283763b06 /core/math/vector3.h
parent78336990f4f6c36db2000d6097826bbe573eb016 (diff)
Revert "Make nan==nan true for GDScript"
Diffstat (limited to 'core/math/vector3.h')
-rw-r--r--core/math/vector3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/vector3.h b/core/math/vector3.h
index 938b1b16cb..a289f9bf4c 100644
--- a/core/math/vector3.h
+++ b/core/math/vector3.h
@@ -134,7 +134,6 @@ struct Vector3 {
_FORCE_INLINE_ bool operator<(const Vector3& p_v) const;
_FORCE_INLINE_ bool operator<=(const Vector3& p_v) const;
- bool nan_equals(const Vector3& p_v) const;
operator String() const;
_FORCE_INLINE_ Vector3() { x=y=z=0; }