Skip to content

Commit 74b6b8f

Browse files
authored
Revert snap tolerance change until user testing can be done
1 parent e33bbbf commit 74b6b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub const VIEWPORT_SCROLL_RATE: f64 = 0.6;
1515

1616
pub const VIEWPORT_ROTATE_SNAP_INTERVAL: f64 = 15.;
1717

18-
pub const SNAP_TOLERANCE: f64 = 6.;
18+
pub const SNAP_TOLERANCE: f64 = 3.;
1919

2020
// TRANSFORMING LAYER
2121
pub const ROTATE_SNAP_ANGLE: f64 = 15.;

0 commit comments

Comments
 (0)