Do know allow picking while dragging gizmos
This commit is contained in:
parent
570b43941e
commit
63890b5f8d
3 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue