|
@@ -635,8 +635,6 @@ bool EditorSpatialGizmo::intersect_ray(Camera *p_camera, const Point2 &p_point,
|
|
|
r_normal = -p_camera->project_ray_normal(p_point);
|
|
|
return true;
|
|
|
}
|
|
|
-
|
|
|
- return false;
|
|
|
}
|
|
|
|
|
|
if (collision_segments.size()) {
|
|
@@ -687,8 +685,6 @@ bool EditorSpatialGizmo::intersect_ray(Camera *p_camera, const Point2 &p_point,
|
|
|
r_normal = -p_camera->project_ray_normal(p_point);
|
|
|
return true;
|
|
|
}
|
|
|
-
|
|
|
- return false;
|
|
|
}
|
|
|
|
|
|
if (collision_mesh.is_valid()) {
|