mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed typo in Transformation::set_rotation()
This commit is contained in:
@@ -1272,7 +1272,7 @@ void Transformation::set_rotation(Axis axis, double rotation)
|
|||||||
{
|
{
|
||||||
rotation = angle_to_0_2PI(rotation);
|
rotation = angle_to_0_2PI(rotation);
|
||||||
|
|
||||||
if (m_rotation(axis) = rotation)
|
if (m_rotation(axis) != rotation)
|
||||||
{
|
{
|
||||||
m_rotation(axis) = rotation;
|
m_rotation(axis) = rotation;
|
||||||
m_dirty = true;
|
m_dirty = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user