Skip to content

Commit 3d90fcc

Browse files
committed
Increase default camera rounding value
1 parent bc22cd3 commit 3d90fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/project/src/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ impl Camera {
321321
}
322322

323323
fn default_rounding() -> f32 {
324-
30.0
324+
100.0
325325
}
326326
}
327327

0 commit comments

Comments
 (0)