Revert snap tolerance change until user testing can be done

This commit is contained in:
Keavon Chambers
2022-01-05 02:51:43 -08:00
committed by GitHub
parent e33bbbf802
commit 74b6b8f6eb

View File

@@ -15,7 +15,7 @@ pub const VIEWPORT_SCROLL_RATE: f64 = 0.6;
pub const VIEWPORT_ROTATE_SNAP_INTERVAL: f64 = 15.;
pub const SNAP_TOLERANCE: f64 = 6.;
pub const SNAP_TOLERANCE: f64 = 3.;
// TRANSFORMING LAYER
pub const ROTATE_SNAP_ANGLE: f64 = 15.;