1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Improved region-select in the 3D editor viewport

Enable region-select when dragging the mouse. Previously this was only possible when the mouse was not over a mesh.
This commit is contained in:
Marcus Brummer
2022-02-17 17:49:22 +01:00
parent 47e34dc4e2
commit d9c99f64c1
2 changed files with 14 additions and 9 deletions

View File

@@ -327,6 +327,7 @@ private:
Vector<_RayResult> selection_results;
bool clicked_includes_current;
bool clicked_wants_append;
bool selection_in_progress = false;
PopupMenu *selection_menu;