Fixed issues with 3D region-select in the editor

This commit is contained in:
Marcus Brummer
2022-02-10 00:24:52 +01:00
parent 8161e28512
commit 3c4c73b100
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;