mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 16:55:53 +08:00
remove unused
This commit is contained in:
parent
ed6a1b18f3
commit
e1ea484669
@ -210,7 +210,6 @@ bool GLGizmoEmboss::on_mouse_for_rotation(const wxMouseEvent &mouse_event)
|
||||
|
||||
if (mouse_event.Dragging()) {
|
||||
auto &angle_opt = m_volume->text_configuration->style.prop.angle;
|
||||
float prev_angle = angle_opt.has_value() ? *angle_opt : 0.f;
|
||||
if (!m_rotate_start_angle.has_value())
|
||||
m_rotate_start_angle = angle_opt.has_value() ? *angle_opt : 0.f;
|
||||
double angle = m_rotate_gizmo.get_angle();
|
||||
|
Loading…
x
Reference in New Issue
Block a user