Reduce transformation cage rotate tolerance (#548)

This commit is contained in:
0HyperCube 2022-02-13 21:49:06 +00:00 committed by Keavon Chambers
parent 916d10980d
commit 8bf1289429
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pub const SELECTION_DRAG_ANGLE: f64 = 90.;
// Transformation cage
pub const BOUNDS_SELECT_THRESHOLD: f64 = 10.;
pub const BOUNDS_ROTATE_THRESHOLD: f64 = 40.;
pub const BOUNDS_ROTATE_THRESHOLD: f64 = 20.;
// Path tool
pub const VECTOR_MANIPULATOR_ANCHOR_MARKER_SIZE: f64 = 5.;