Removed unused member variable from GLGizmoFlatten
This commit is contained in:
parent
9bb74d92c7
commit
55158b674c
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ private:
|
||||||
#endif // ENABLE_RAYCAST_PICKING
|
#endif // ENABLE_RAYCAST_PICKING
|
||||||
bool m_mouse_left_down = false; // for detection left_up of this gizmo
|
bool m_mouse_left_down = false; // for detection left_up of this gizmo
|
||||||
const ModelObject* m_old_model_object = nullptr;
|
const ModelObject* m_old_model_object = nullptr;
|
||||||
std::vector<const Transform3d*> instances_matrices;
|
|
||||||
|
|
||||||
void update_planes();
|
void update_planes();
|
||||||
bool is_plane_update_necessary() const;
|
bool is_plane_update_necessary() const;
|
||||||
|
|
Loading…
Reference in a new issue