Switched order of hollowing and support points gizmos

This commit is contained in:
Lukas Matena 2020-01-07 14:52:04 +01:00
parent 578fcbc37c
commit ff065aa9ba
2 changed files with 10 additions and 8 deletions

View file

@ -54,13 +54,14 @@ public:
enum EType : unsigned char
{
// Order must match index in m_gizmos!
Move,
Scale,
Rotate,
Flatten,
Cut,
SlaSupports,
Hollow,
SlaSupports,
Undefined
};