mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
This commit is contained in:
parent
caa5abf183
commit
6f26f2afb1
@ -391,7 +391,8 @@ impl CharSelectionUi {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
}.unwrap_or_else(|| humanoid::Body::random());
|
}
|
||||||
|
.unwrap_or_else(|| humanoid::Body::random());
|
||||||
|
|
||||||
// Background for Server Frame
|
// Background for Server Frame
|
||||||
Rectangle::fill_with([386.0, 95.0], color::rgba(0.0, 0.0, 0.0, 0.9))
|
Rectangle::fill_with([386.0, 95.0], color::rgba(0.0, 0.0, 0.0, 0.9))
|
||||||
|
Loading…
Reference in New Issue
Block a user