Do know allow picking while dragging gizmos

This commit is contained in:
enricoturri1966 2022-06-20 13:58:06 +02:00
parent 570b43941e
commit 63890b5f8d
3 changed files with 1 additions and 5 deletions

View file

@ -854,7 +854,6 @@ public:
// Returns the view ray line, in world coordinate, at the given mouse position.
Linef3 mouse_ray(const Point& mouse_pos);
void set_mouse_as_dragging() { m_mouse.dragging = true; }
bool is_mouse_dragging() const { return m_mouse.dragging; }
double get_size_proportional_to_max_bed_size(double factor) const;