mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
update toolchain to nightly-2021-12-19
This commit is contained in:
@ -248,8 +248,7 @@ impl Route {
|
||||
})
|
||||
.unwrap_or_else(|| {
|
||||
(0..2)
|
||||
.map(|i| (0..2).map(move |j| Vec2::new(i, j)))
|
||||
.flatten()
|
||||
.flat_map(|i| (0..2).map(move |j| Vec2::new(i, j)))
|
||||
.map(|rpos| block_pos + rpos)
|
||||
.map(|block_pos| {
|
||||
let block_posf = block_pos.xy().map(|e| e as f32);
|
||||
|
Reference in New Issue
Block a user