From 04a6d2789e65c41b616380fcb89d66c183918eaa Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 14 Feb 2017 17:05:16 -0300 Subject: Revert "Make nan==nan true for GDScript" --- core/math/vector3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/math/vector3.h') 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; } -- cgit v1.2.3