mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Revert "Make nan==nan true for GDScript"
This commit is contained in:
@@ -164,8 +164,3 @@ Plane::operator String() const {
|
||||
|
||||
return normal.operator String() + ", " + rtos(d);
|
||||
}
|
||||
|
||||
bool Plane::nan_equals(const Plane& p_plane) const {
|
||||
|
||||
return normal.nan_equals(p_plane.normal) && d == p_plane.d;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user