diff --git a/common/src/comp/body.rs b/common/src/comp/body.rs index 291eeee15e..946b170df8 100644 --- a/common/src/comp/body.rs +++ b/common/src/comp/body.rs @@ -422,13 +422,13 @@ impl Body { // // xxxxxxxxxxxxxxxxx // - // _ aaaaaaaaa - // y -* r * - + // _ ----------_ + // y -* r *- // y * r * - // y * rrr --------- rrr * + // y * rrr aaaaaaaaa rrr * // y * r * // y * r * - // *__aaaaaaaaa_ ^ + // *____________ ^ let dim = self.dimensions(); // The width (shoulder to shoulder) and length (nose to tail) let (width, length) = (dim.x, dim.y);