mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed trailing semicolon
This commit is contained in:
parent
f39d454f93
commit
6ee99786d6
@ -1 +1 @@
|
||||
nightly-2019-09-03
|
||||
nightly-2019-07-03
|
||||
|
@ -424,7 +424,7 @@ impl TownVol {
|
||||
for _ in 0..n {
|
||||
for _ in 0..ATTEMPTS {
|
||||
let entrance = {
|
||||
let start_col = self.choose_column(rng, |_, col| col.is_road()).unwrap();;
|
||||
let start_col = self.choose_column(rng, |_, col| col.is_road()).unwrap();
|
||||
let start = Vec3::new(
|
||||
start_col.x,
|
||||
start_col.y,
|
||||
|
Loading…
Reference in New Issue
Block a user