73c81495cd
Removing the space would lead to compilation errors.
4 lines
101 B
Rust
4 lines
101 B
Rust
fn float_range_tests() {
|
|
self.coords.x -= rng.gen_range(-self.radius / 2. ..self.radius / 2.);
|
|
}
|