This commit is contained in:
Joshua Barretto 2020-01-20 17:45:28 +00:00
parent caa5abf183
commit 6f26f2afb1

View File

@ -391,7 +391,8 @@ impl CharSelectionUi {
}
} else {
None
}.unwrap_or_else(|| humanoid::Body::random());
}
.unwrap_or_else(|| humanoid::Body::random());
// Background for Server Frame
Rectangle::fill_with([386.0, 95.0], color::rgba(0.0, 0.0, 0.0, 0.9))