diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-06-13 18:49:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 18:49:35 +0200 |
commit | 8efbe9ed3dc51e89d032cc2464cfe96fa9e4ea78 (patch) | |
tree | eefcc77509fe5e5167207b5ea7e95d9045147b62 /editor/plugins/spatial_editor_plugin.h | |
parent | 1651dbb54df30dd189658b9cf9cd84f650be6bdc (diff) | |
parent | 9cd1c20f6aae87e34b45471271062127d385871e (diff) |
Merge pull request #19487 from JFonS/better_3d_select
Improve 3D selection
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index 7736db67b1..637926a913 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -62,7 +62,7 @@ public: virtual void commit_handle(int p_idx, const Variant &p_restore, bool p_cancel = false); virtual bool intersect_frustum(const Camera *p_camera, const Vector<Plane> &p_frustum); - virtual bool intersect_ray(const Camera *p_camera, const Point2 &p_point, Vector3 &r_pos, Vector3 &r_normal, int *r_gizmo_handle = NULL, bool p_sec_first = false); + virtual bool intersect_ray(Camera *p_camera, const Point2 &p_point, Vector3 &r_pos, Vector3 &r_normal, int *r_gizmo_handle = NULL, bool p_sec_first = false); SpatialEditorGizmo(); }; |