Transformation of text is now allowed only inside object instance

This commit is contained in:
Filip Sykala 2022-01-27 13:38:52 +01:00
parent 137399ef1a
commit ed818f9177
2 changed files with 19 additions and 15 deletions

View file

@ -178,7 +178,7 @@ private:
std::string m_text;
// actual volume
ModelVolume *m_volume;
ModelVolume *m_volume;
// Rotation gizmo
GLGizmoRotate m_rotate_gizmo;