Merge pull request #57919 from mbrlabs/region-select-fixes

Fixed issues with 3D region-select in the editor
This commit is contained in:
JFonS
2022-02-11 10:59:18 +01:00
committed by GitHub
2 changed files with 17 additions and 11 deletions

View File

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