Revert "Make nan==nan true for GDScript"

This commit is contained in:
Juan Linietsky
2017-02-14 17:05:16 -03:00
committed by GitHub
parent 78336990f4
commit 04a6d2789e
9 changed files with 26 additions and 99 deletions

View File

@ -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; }