Don't enable relative transforms by default.

This commit is contained in:
Leonardo Zide 2021-04-24 10:03:33 -07:00
parent a53fd42710
commit cd588f64aa

View file

@ -62,7 +62,7 @@ lcMainWindow::lcMainWindow()
mMoveXYSnapIndex = 4;
mMoveZSnapIndex = 3;
mAngleSnapIndex = 5;
mRelativeTransform = true;
mRelativeTransform = false;
mLocalTransform = false;
mCurrentPieceInfo = nullptr;
mSelectionMode = lcSelectionMode::Single;