mirror of
https://github.com/eliasstepanik/big_space_with_trim.git
synced 2026-01-11 17:48:26 +00:00
Default to higher precision worlds
This commit is contained in:
parent
2268c52379
commit
756f5c266d
@ -116,7 +116,7 @@ pub struct FloatingOriginPlugin<P: GridPrecision> {
|
||||
|
||||
impl<P: GridPrecision> Default for FloatingOriginPlugin<P> {
|
||||
fn default() -> Self {
|
||||
Self::new(10_000f32, 100f32)
|
||||
Self::new(2_000f32, 100f32)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user