From 8bf1289429bc3b4f8ab9f3ae973e0a90fc625ec1 Mon Sep 17 00:00:00 2001 From: 0HyperCube <78500760+0HyperCube@users.noreply.github.com> Date: Sun, 13 Feb 2022 21:49:06 +0000 Subject: [PATCH] Reduce transformation cage rotate tolerance (#548) --- editor/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/src/consts.rs b/editor/src/consts.rs index e8e4fff3..9a22bd36 100644 --- a/editor/src/consts.rs +++ b/editor/src/consts.rs @@ -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.;