You've already forked godot
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user