this was the entire problem with the renderer, the entire time
1 files changed, 1 insertions(+), 1 deletions(-) M server/src/planet.rs
M server/src/planet.rs => server/src/planet.rs +1 -1
@@ 75,7 75,7 @@ impl Planets { planet_type: planet.planet_type, x: planet.position.0 * SCALE, y: planet.position.1 * SCALE, - radius: planet.radius * SCALE, + radius: planet.radius, // DO NOT * SCALE }); }